commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Payment
PaymentSetMethodInfoInterfaceAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Payment
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
PaymentSetMethodInfoInterfaceAction
extends
PaymentUpdateAction
15
{
16
public
const
FIELD_INTERFACE
=
'interface'
;
17
25
public
function
getInterface
();
26
30
public
function
setInterface
(?
string
$interface): void;
31
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Payment\PaymentSetMethodInfoInterfaceAction
Definition:
PaymentSetMethodInfoInterfaceAction.php:15
Commercetools\Api\Models\Payment\PaymentSetMethodInfoInterfaceAction\getInterface
getInterface()
Commercetools\Api\Models\Payment\PaymentSetMethodInfoInterfaceAction\setInterface
setInterface(?string $interface)
Commercetools\Api\Models\Payment\PaymentSetMethodInfoInterfaceAction\FIELD_INTERFACE
const FIELD_INTERFACE
Definition:
PaymentSetMethodInfoInterfaceAction.php:16
Commercetools\Api\Models\Payment\PaymentUpdateAction
Definition:
PaymentUpdateAction.php:15
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\Payment
Definition:
Payment.php:9
Generated by
1.9.1