Class: CheckoutSdk::Payments::PaymentSessionsRequest
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::PaymentSessionsRequest
- Defined in:
- lib/checkout_sdk/payments/sessions/payment_sessions_request.rb
Instance Attribute Summary collapse
- #amount ⇒ Integer
- #amount_allocations ⇒ Array(CheckoutSdk::Common::AmountAllocations)
- #billing ⇒ BillingInformation
- #billing_descriptor ⇒ BillingDescriptor
- #capture ⇒ TrueClass, FalseClass
- #capture_on ⇒ Time
- #currency ⇒ String
- #customer ⇒ CheckoutSdk::Common::CustomerRequest
- #description ⇒ String
- #disabled_payment_methods ⇒ Array(PaymentMethodsType)
- #display_name ⇒ String
- #enabled_payment_methods ⇒ Array(PaymentMethodsType)
- #expires_on ⇒ Time
- #failure_url ⇒ String
- #ip_address ⇒ String
- #items ⇒ Array(Product)
- #locale ⇒ String
- #metadata ⇒ Hash{String => Object}
- #payment_method_configuration ⇒ PaymentMethodConfiguration
- #payment_type ⇒ TrueClass, FalseClass
- #processing ⇒ ProcessingSettings
- #processing_channel_id ⇒ String
- #recipient ⇒ PaymentRecipient
- #reference ⇒ String
- #retry ⇒ PaymentRetryRequest
- #risk ⇒ RiskRequest
- #sender ⇒ Sender
- #shipping ⇒ ShippingDetails
- #success_url ⇒ String
- #tax_amount ⇒ Integer
- #three_ds ⇒ ThreeDSRequest
Instance Attribute Details
#amount ⇒ Integer
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#amount_allocations ⇒ Array(CheckoutSdk::Common::AmountAllocations)
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#billing ⇒ BillingInformation
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#billing_descriptor ⇒ BillingDescriptor
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#capture ⇒ TrueClass, FalseClass
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#capture_on ⇒ Time
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#currency ⇒ String
Returns Common::Currency.
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#customer ⇒ CheckoutSdk::Common::CustomerRequest
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#description ⇒ String
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#disabled_payment_methods ⇒ Array(PaymentMethodsType)
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#display_name ⇒ String
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#enabled_payment_methods ⇒ Array(PaymentMethodsType)
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#expires_on ⇒ Time
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#failure_url ⇒ String
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#ip_address ⇒ String
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#items ⇒ Array(Product)
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#locale ⇒ String
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#metadata ⇒ Hash{String => Object}
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#payment_method_configuration ⇒ PaymentMethodConfiguration
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#payment_type ⇒ TrueClass, FalseClass
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#processing ⇒ ProcessingSettings
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#processing_channel_id ⇒ String
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#recipient ⇒ PaymentRecipient
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#reference ⇒ String
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#retry ⇒ PaymentRetryRequest
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#risk ⇒ RiskRequest
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#sender ⇒ Sender
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#shipping ⇒ ShippingDetails
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#success_url ⇒ String
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#tax_amount ⇒ Integer
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |
#three_ds ⇒ ThreeDSRequest
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/checkout_sdk/payments/sessions/payment_sessions_request.rb', line 67 class PaymentSessionsRequest attr_accessor :amount, :currency, :payment_type, :billing, :billing_descriptor, :reference, :description, :customer, :shipping, :recipient, :processing, :processing_channel_id, :expires_on, :payment_method_configuration, :enabled_payment_methods, :disabled_payment_methods, :items, :amount_allocations, :risk, :retry, :display_name, :success_url, :failure_url, :metadata, :locale, :three_ds, :sender, :capture, :ip_address, :capture_on, :tax_amount end |