Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • CustomerStatusInformation
  • GXEngineOrder
  • OrderItem
  • OrderItemAttribute
  • OrderItemDownloadInformation
  • OrderItemProperty
  • OrderListItem
  • OrderPaymentType
  • OrderShippingType
  • OrderStatusHistoryListItem
  • OrderTotal
  • StoredOrderItem
  • StoredOrderItemAttribute
  • StoredOrderItemProperty
  • StoredOrderTotal

Class OrderPaymentType

Class OrderPaymentType

OrderPaymentType implements OrderPaymentTypeInterface
Package: Order\Entities
Category: System
Located at Services/Core/Order/Entities/OrderPaymentType.inc.php

Methods summary

public
# __construct( StringType $title, StringType $module, StringType $alias = null )

OrderPaymentType constructor

OrderPaymentType constructor

Parameters

$title
Payment type title.
$module
Payment type module.
$alias
(Optional) Payment type alias.
public string
# getTitle( )

Returns the order payment type title.

Returns the order payment type title.

Returns

string
Order payment type title.

Implementation of

OrderPaymentTypeInterface::getTitle()
public string
# getModule( )

Returns the order payment type module.

Returns the order payment type module.

Returns

string
Order payment type module.

Implementation of

OrderPaymentTypeInterface::getModule()
public string
# getAlias( )

Returns the order payment type alias.

Returns the order payment type alias.

Returns

string

Implementation of

OrderPaymentTypeInterface::getAlias()

Properties summary

protected string $title

Payment type title.

Payment type title.

# ''
protected string $module

Payment type module.

Payment type module.

# ''
protected string $alias

Payment type alias.

Payment type alias.

# ''
API documentation generated by ApiGen