commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
PaymentMethodInfo.php
1<?php
2
3declare(strict_types=1);
10
14
16{
17 public const FIELD_PAYMENT_INTERFACE = 'paymentInterface';
18 public const FIELD_METHOD = 'method';
19 public const FIELD_NAME = 'name';
20
29 public function getPaymentInterface();
30
37 public function getMethod();
38
45 public function getName();
46
50 public function setPaymentInterface(?string $paymentInterface): void;
51
55 public function setMethod(?string $method): void;
56
60 public function setName(?LocalizedString $name): void;
61}