commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Commercetools\History\Models\Common\PaymentInfo Interface Reference

Inherits Commercetools\Base\JsonObject.

Inherited by Commercetools\History\Models\Common\PaymentInfoModel.

Public Member Functions

 getPayments ()
 
 setPayments (?PaymentReferenceCollection $payments)
 
- Public Member Functions inherited from Commercetools\Base\JsonObject
 get (string $field)
 
 with (?callable $callable=null)
 

Public Attributes

const FIELD_PAYMENTS = 'payments'
 

Additional Inherited Members

- Static Public Member Functions inherited from Commercetools\Base\JsonObject
static of ($data=null)
 
static fromArray (array $data=[])
 
static fromStdClass (?stdClass $data=null)
 

Detailed Description

Definition at line 14 of file PaymentInfo.php.

Member Function Documentation

◆ getPayments()

Commercetools\History\Models\Common\PaymentInfo::getPayments ( )

References to the Payments associated with the Order.

Returns
null|PaymentReferenceCollection

Implemented in Commercetools\History\Models\Common\PaymentInfoModel.

◆ setPayments()

Commercetools\History\Models\Common\PaymentInfo::setPayments ( ?PaymentReferenceCollection  $payments)
Parameters
?PaymentReferenceCollection$payments

Implemented in Commercetools\History\Models\Common\PaymentInfoModel.

Member Data Documentation

◆ FIELD_PAYMENTS

const Commercetools\History\Models\Common\PaymentInfo::FIELD_PAYMENTS = 'payments'

Definition at line 17 of file PaymentInfo.php.


The documentation for this interface was generated from the following file: