diff --git a/checkout_sdk/payments/payments.py b/checkout_sdk/payments/payments.py index 142adb9..a0b79f7 100644 --- a/checkout_sdk/payments/payments.py +++ b/checkout_sdk/payments/payments.py @@ -43,6 +43,7 @@ class PaymentType(str, Enum): RECURRING = 'Recurring' MOTO = 'MOTO' INSTALLMENT = 'Installment' + PAYLATER = 'PayLater' UNSCHEDULED = 'Unscheduled' @@ -136,11 +137,16 @@ class BillingDescriptor: reference: str +class Remitance: + reference: str + + class PaymentInstruction: purpose: str charge_bearer: str repair: bool scheme: InstructionScheme + remittance: Remitance quote_id: str