Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • CustomerStatusInformation
  • EmptyOrderItemDownloadInformation
  • 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 CoreServices/Order/Entities/OrderPaymentType.inc.php

Methods summary

public
# __construct( StringType $title, StringType $module )

OrderPaymentType constructor

OrderPaymentType constructor

Parameters

$title
Payment type title.
$module
Payment type module.
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()

Properties summary

protected string $title

Payment type title.

Payment type title.

# ''
protected string $module

Payment type module.

Payment type module.

# ''
API documentation generated by ApiGen