Class: CheckoutSdk::Previous::Payments::PayoutRequest
- Inherits:
-
Object
- Object
- CheckoutSdk::Previous::Payments::PayoutRequest
- Defined in:
- lib/checkout_sdk/payments/previous/payout_request.rb
Instance Attribute Summary collapse
- #amount ⇒ Integer
- #billing_descriptor ⇒ CheckoutSdk::Payments::BillingDescriptor
- #capture ⇒ TrueClass, FalseClass
- #capture_on ⇒ Time
- #currency ⇒ String
- #customer ⇒ CheckoutSdk::Common::CustomerRequest
- #description ⇒ String
- #destination ⇒ Destination
- #failure_url ⇒ String
- #fund_transfer_type ⇒ String
- #metadata ⇒ Hash{String => Object}
- #payment_ip ⇒ String
- #payment_type ⇒ String
- #previous_payment_id ⇒ String
- #processing ⇒ Hash{String => Object}
- #recipient ⇒ CheckoutSdk::Payments::PaymentRecipient
- #reference ⇒ String
- #risk ⇒ CheckoutSdk::Payments::RiskRequest
- #shipping ⇒ CheckoutSdk::Payments::ShippingDetails
- #success_url ⇒ String
Instance Attribute Details
#amount ⇒ Integer
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#billing_descriptor ⇒ CheckoutSdk::Payments::BillingDescriptor
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#capture ⇒ TrueClass, FalseClass
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#capture_on ⇒ Time
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#currency ⇒ String
Returns Common::Currency.
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#customer ⇒ CheckoutSdk::Common::CustomerRequest
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#description ⇒ String
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#destination ⇒ Destination
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#failure_url ⇒ String
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#fund_transfer_type ⇒ String
Returns FundTransferType.
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#metadata ⇒ Hash{String => Object}
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#payment_ip ⇒ String
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#payment_type ⇒ String
Returns CheckoutSdk::Payments::PaymentType.
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#previous_payment_id ⇒ String
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#processing ⇒ Hash{String => Object}
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#recipient ⇒ CheckoutSdk::Payments::PaymentRecipient
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#reference ⇒ String
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#risk ⇒ CheckoutSdk::Payments::RiskRequest
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#shipping ⇒ CheckoutSdk::Payments::ShippingDetails
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |
#success_url ⇒ String
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/checkout_sdk/payments/previous/payout_request.rb', line 46 class PayoutRequest attr_accessor :destination, :amount, :fund_transfer_type, :currency, :payment_type, :reference, :description, :capture, :capture_on, :customer, :billing_descriptor, :shipping, :previous_payment_id, :risk, :success_url, :failure_url, :payment_ip, :recipient, :metadata, :processing end |