![]() |
commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api 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) |
Definition at line 14 of file PaymentInfo.php.
| Commercetools\History\Models\Common\PaymentInfo::getPayments | ( | ) |
References to the Payments associated with the Order.
Implemented in Commercetools\History\Models\Common\PaymentInfoModel.
| Commercetools\History\Models\Common\PaymentInfo::setPayments | ( | ?PaymentReferenceCollection | $payments | ) |
| ?PaymentReferenceCollection | $payments |
Implemented in Commercetools\History\Models\Common\PaymentInfoModel.
| const Commercetools\History\Models\Common\PaymentInfo::FIELD_PAYMENTS = 'payments' |
Definition at line 17 of file PaymentInfo.php.