Class: CheckoutSdk::Payments::ProcessingSettings
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::ProcessingSettings
- Defined in:
- lib/checkout_sdk/payments/processing_settings.rb
Instance Attribute Summary collapse
- #affiliate_id ⇒ string
- #affiliate_url ⇒ string
- #aft ⇒ TrueClass, FalseClass
- #airline_data ⇒ Array(AirlineData)
- #brand_name ⇒ String
- #campaign_id ⇒ Integer
- #custom_payment_method_ids ⇒ Array(String)
- #discount_amount ⇒ Integer
- #dlocal ⇒ DLocalProcessingSettings
- #duty_amount ⇒ Integer
- #invoice_id ⇒ String
- #line_of_business ⇒ String
- #locale ⇒ String
- #merchant_callback_url ⇒ String
- #merchant_initiated_reason ⇒ String
- #open_id ⇒ String
- #order_id ⇒ String
- #original_order_amount ⇒ Integer
- #os_type ⇒ String
- #otp_value ⇒ String
- #preferred_scheme ⇒ String
- #product_type ⇒ String
- #purchase_country ⇒ String
- #purpose ⇒ String
- #receipt_id ⇒ String
- #senderInformation ⇒ SenderInformation
- #set_transaction_context ⇒ Array(Hash{String => String})
- #shipping_amount ⇒ Integer
- #shipping_delay ⇒ Integer
- #shipping_info ⇒ Array(CheckoutSdk::Common::ShippingInfo)
- #shipping_preference ⇒ String
- #shipping_tax_amount ⇒ Integer
- #tax_amount ⇒ Integer
- #terminal_type ⇒ String
- #user_action ⇒ String
Instance Attribute Details
#affiliate_id ⇒ string
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#affiliate_url ⇒ string
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#aft ⇒ TrueClass, FalseClass
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#airline_data ⇒ Array(AirlineData)
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#brand_name ⇒ String
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#campaign_id ⇒ Integer
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#custom_payment_method_ids ⇒ Array(String)
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#discount_amount ⇒ Integer
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#dlocal ⇒ DLocalProcessingSettings
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#duty_amount ⇒ Integer
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#invoice_id ⇒ String
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#line_of_business ⇒ String
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#locale ⇒ String
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#merchant_callback_url ⇒ String
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#merchant_initiated_reason ⇒ String
Returns MerchantInitiatedReason.
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#open_id ⇒ String
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#order_id ⇒ String
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#original_order_amount ⇒ Integer
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#os_type ⇒ String
Returns OsType.
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#otp_value ⇒ String
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#preferred_scheme ⇒ String
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#product_type ⇒ String
Returns CheckoutSdk::Payments::ProductType.
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#purchase_country ⇒ String
Returns Common::Country.
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#purpose ⇒ String
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#receipt_id ⇒ String
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#senderInformation ⇒ SenderInformation
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#set_transaction_context ⇒ Array(Hash{String => String})
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#shipping_amount ⇒ Integer
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#shipping_delay ⇒ Integer
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#shipping_info ⇒ Array(CheckoutSdk::Common::ShippingInfo)
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#shipping_preference ⇒ String
Returns ShippingPreference.
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#shipping_tax_amount ⇒ Integer
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#tax_amount ⇒ Integer
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#terminal_type ⇒ String
Returns TerminalType.
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |
#user_action ⇒ String
Returns UserAction.
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 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/checkout_sdk/payments/processing_settings.rb', line 75 class ProcessingSettings attr_accessor :order_id, :tax_amount, :discount_amount, :duty_amount, :shipping_amount, :shipping_tax_amount, :aft, :preferred_scheme, :merchant_initiated_reason, :campaign_id, :product_type, :open_id, :original_order_amount, :receipt_id, :terminal_type, :os_type, :invoice_id, :brand_name, :locale, :shipping_preference, :user_action, :set_transaction_context, :airline_data, :otp_value, :purchase_country, :custom_payment_method_ids, :merchant_callback_url, :line_of_business, :shipping_delay, :shipping_info, :dlocal, :senderInformation, :purpose, :affiliate_id, :affiliate_url end |