Class: CheckoutSdk::Payments::PaymentInstruction
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::PaymentInstruction
- Defined in:
- lib/checkout_sdk/payments/payment_instruction.rb
Instance Attribute Summary collapse
- #charge_bearer ⇒ String
- #funds_transfer_type ⇒ String
- #mvv ⇒ String
- #purpose ⇒ String
- #quote_id ⇒ String
- #repair ⇒ TrueClass, FalseClass
- #scheme ⇒ String
- #skip_expiry ⇒ TrueClass, FalseClass
Instance Attribute Details
#charge_bearer ⇒ String
Returns ChargeBearer.
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/payments/payment_instruction.rb', line 21 class PaymentInstruction attr_accessor :purpose, :charge_bearer, :repair, :scheme, :quote_id, :skip_expiry, :funds_transfer_type, :mvv end |
#funds_transfer_type ⇒ String
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/payments/payment_instruction.rb', line 21 class PaymentInstruction attr_accessor :purpose, :charge_bearer, :repair, :scheme, :quote_id, :skip_expiry, :funds_transfer_type, :mvv end |
#mvv ⇒ String
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/payments/payment_instruction.rb', line 21 class PaymentInstruction attr_accessor :purpose, :charge_bearer, :repair, :scheme, :quote_id, :skip_expiry, :funds_transfer_type, :mvv end |
#purpose ⇒ String
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/payments/payment_instruction.rb', line 21 class PaymentInstruction attr_accessor :purpose, :charge_bearer, :repair, :scheme, :quote_id, :skip_expiry, :funds_transfer_type, :mvv end |
#quote_id ⇒ String
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/payments/payment_instruction.rb', line 21 class PaymentInstruction attr_accessor :purpose, :charge_bearer, :repair, :scheme, :quote_id, :skip_expiry, :funds_transfer_type, :mvv end |
#repair ⇒ TrueClass, FalseClass
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/payments/payment_instruction.rb', line 21 class PaymentInstruction attr_accessor :purpose, :charge_bearer, :repair, :scheme, :quote_id, :skip_expiry, :funds_transfer_type, :mvv end |
#scheme ⇒ String
Returns InstructionScheme.
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/payments/payment_instruction.rb', line 21 class PaymentInstruction attr_accessor :purpose, :charge_bearer, :repair, :scheme, :quote_id, :skip_expiry, :funds_transfer_type, :mvv end |
#skip_expiry ⇒ TrueClass, FalseClass
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/checkout_sdk/payments/payment_instruction.rb', line 21 class PaymentInstruction attr_accessor :purpose, :charge_bearer, :repair, :scheme, :quote_id, :skip_expiry, :funds_transfer_type, :mvv end |