クラス
NonChargeableReasonCodes
reasonCodes when ChargePermission state is NonChargeableソース
ファイル: src/Models/ChargePermission/NonChargeableReasonCodes.php
class NonChargeableReasonCodes
{
const PAYMENT_METHOD_INVALID = 'PaymentMethodInvalid';
const PAYMENT_METHOD_DELETED = 'PaymentMethodDeleted';
const BILLING_ADDRESS_DELETED = 'BillingAddressDeleted';
const PAYMENT_METHOD_EXPIRED = 'PaymentMethodExpired';
const PAYMENT_METHOD_NOT_ALLOWED = 'PaymentMethodNotAllowed';
const PAYMENT_METHOD_NOT_SET = 'PaymentMethodNotSet';
const CHARGE_IN_PROGRESS = 'ChargeInProgress';
const MFA_FAILED = 'MFAFailed';
}