Class: CheckoutSdk::Payments::ProcessingData
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::ProcessingData
- Defined in:
- lib/checkout_sdk/payments/processing_data.rb
Overview
Response-side ‘processing` object returned alongside payment responses. Distinct from ProcessingSettings which is the request-side equivalent.
Mirrors the swagger ProcessingData schema:
preferred_scheme, app_id, partner_*, tax_amount, locale, retrieval_reference_number,
cko_network_token_available (SDK-only), aft, merchant_category_code, scheme_merchant_id,
pan_type_processed, fallback_source_used, failure_code, partner_code, partner_response_code,
scheme, partner_fraud_status, partner_merchant_advice_code, accommodation_data, airline_data,
custom_payment_method_ids
Instance Attribute Summary collapse
-
#accommodation_data ⇒ Object
Returns the value of attribute accommodation_data.
-
#aft ⇒ Object
Returns the value of attribute aft.
-
#airline_data ⇒ Object
Returns the value of attribute airline_data.
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#custom_payment_method_ids ⇒ Object
Returns the value of attribute custom_payment_method_ids.
-
#failure_code ⇒ Object
Returns the value of attribute failure_code.
-
#fallback_source_used ⇒ Object
Returns the value of attribute fallback_source_used.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#merchant_category_code ⇒ Object
Returns the value of attribute merchant_category_code.
-
#pan_type_processed ⇒ Object
Returns the value of attribute pan_type_processed.
-
#partner_authorization_code ⇒ Object
Returns the value of attribute partner_authorization_code.
-
#partner_authorization_response_code ⇒ Object
Returns the value of attribute partner_authorization_response_code.
-
#partner_code ⇒ Object
Returns the value of attribute partner_code.
-
#partner_customer_id ⇒ Object
Returns the value of attribute partner_customer_id.
-
#partner_error_codes ⇒ Object
Returns the value of attribute partner_error_codes.
-
#partner_error_message ⇒ Object
Returns the value of attribute partner_error_message.
-
#partner_fraud_status ⇒ Object
Returns the value of attribute partner_fraud_status.
-
#partner_merchant_advice_code ⇒ Object
Returns the value of attribute partner_merchant_advice_code.
-
#partner_order_id ⇒ Object
Returns the value of attribute partner_order_id.
-
#partner_payment_id ⇒ Object
Returns the value of attribute partner_payment_id.
-
#partner_response_code ⇒ Object
Returns the value of attribute partner_response_code.
-
#partner_status ⇒ Object
Returns the value of attribute partner_status.
-
#partner_transaction_id ⇒ Object
Returns the value of attribute partner_transaction_id.
-
#preferred_scheme ⇒ Object
Returns the value of attribute preferred_scheme.
-
#retrieval_reference_number ⇒ Object
Returns the value of attribute retrieval_reference_number.
-
#scheme ⇒ Object
Returns the value of attribute scheme.
-
#scheme_merchant_id ⇒ Object
Returns the value of attribute scheme_merchant_id.
-
#tax_amount ⇒ Object
Returns the value of attribute tax_amount.
Instance Attribute Details
#accommodation_data ⇒ Object
Returns the value of attribute accommodation_data.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def accommodation_data @accommodation_data end |
#aft ⇒ Object
Returns the value of attribute aft.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def aft @aft end |
#airline_data ⇒ Object
Returns the value of attribute airline_data.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def airline_data @airline_data end |
#app_id ⇒ Object
Returns the value of attribute app_id.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def app_id @app_id end |
#custom_payment_method_ids ⇒ Object
Returns the value of attribute custom_payment_method_ids.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def custom_payment_method_ids @custom_payment_method_ids end |
#failure_code ⇒ Object
Returns the value of attribute failure_code.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def failure_code @failure_code end |
#fallback_source_used ⇒ Object
Returns the value of attribute fallback_source_used.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def fallback_source_used @fallback_source_used end |
#locale ⇒ Object
Returns the value of attribute locale.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def locale @locale end |
#merchant_category_code ⇒ Object
Returns the value of attribute merchant_category_code.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def merchant_category_code @merchant_category_code end |
#pan_type_processed ⇒ Object
Returns the value of attribute pan_type_processed.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def pan_type_processed @pan_type_processed end |
#partner_authorization_code ⇒ Object
Returns the value of attribute partner_authorization_code.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def @partner_authorization_code end |
#partner_authorization_response_code ⇒ Object
Returns the value of attribute partner_authorization_response_code.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def @partner_authorization_response_code end |
#partner_code ⇒ Object
Returns the value of attribute partner_code.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def partner_code @partner_code end |
#partner_customer_id ⇒ Object
Returns the value of attribute partner_customer_id.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def partner_customer_id @partner_customer_id end |
#partner_error_codes ⇒ Object
Returns the value of attribute partner_error_codes.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def partner_error_codes @partner_error_codes end |
#partner_error_message ⇒ Object
Returns the value of attribute partner_error_message.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def @partner_error_message end |
#partner_fraud_status ⇒ Object
Returns the value of attribute partner_fraud_status.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def partner_fraud_status @partner_fraud_status end |
#partner_merchant_advice_code ⇒ Object
Returns the value of attribute partner_merchant_advice_code.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def partner_merchant_advice_code @partner_merchant_advice_code end |
#partner_order_id ⇒ Object
Returns the value of attribute partner_order_id.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def partner_order_id @partner_order_id end |
#partner_payment_id ⇒ Object
Returns the value of attribute partner_payment_id.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def partner_payment_id @partner_payment_id end |
#partner_response_code ⇒ Object
Returns the value of attribute partner_response_code.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def partner_response_code @partner_response_code end |
#partner_status ⇒ Object
Returns the value of attribute partner_status.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def partner_status @partner_status end |
#partner_transaction_id ⇒ Object
Returns the value of attribute partner_transaction_id.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def partner_transaction_id @partner_transaction_id end |
#preferred_scheme ⇒ Object
Returns the value of attribute preferred_scheme.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def preferred_scheme @preferred_scheme end |
#retrieval_reference_number ⇒ Object
Returns the value of attribute retrieval_reference_number.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def retrieval_reference_number @retrieval_reference_number end |
#scheme ⇒ Object
Returns the value of attribute scheme.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def scheme @scheme end |
#scheme_merchant_id ⇒ Object
Returns the value of attribute scheme_merchant_id.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def scheme_merchant_id @scheme_merchant_id end |
#tax_amount ⇒ Object
Returns the value of attribute tax_amount.
15 16 17 |
# File 'lib/checkout_sdk/payments/processing_data.rb', line 15 def tax_amount @tax_amount end |