commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
lib
commercetools-api
src
Models
PaymentMethod
PaymentMethodSetPaymentInterfaceAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\PaymentMethod
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
PaymentMethodSetPaymentInterfaceAction
extends
PaymentMethodUpdateAction
15
{
16
public
const
FIELD_PAYMENT_INTERFACE
=
'paymentInterface'
;
17
25
public
function
getPaymentInterface
();
26
30
public
function
setPaymentInterface
(?
string
$paymentInterface): void;
31
}
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\PaymentMethod\PaymentMethodSetPaymentInterfaceAction
Definition
PaymentMethodSetPaymentInterfaceAction.php:15
Commercetools\Api\Models\PaymentMethod\PaymentMethodSetPaymentInterfaceAction\getPaymentInterface
getPaymentInterface()
Commercetools\Api\Models\PaymentMethod\PaymentMethodSetPaymentInterfaceAction\FIELD_PAYMENT_INTERFACE
const FIELD_PAYMENT_INTERFACE
Definition
PaymentMethodSetPaymentInterfaceAction.php:16
Commercetools\Api\Models\PaymentMethod\PaymentMethodSetPaymentInterfaceAction\setPaymentInterface
setPaymentInterface(?string $paymentInterface)
Commercetools\Api\Models\PaymentMethod\PaymentMethodUpdateAction
Definition
PaymentMethodUpdateAction.php:15
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\PaymentMethod
Definition
PaymentMethod.php:9
Generated by
1.9.8