Class: CheckoutSdk::Previous::Payments::PayoutRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/payments/previous/payout_request.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountInteger

Returns:

  • (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_descriptorCheckoutSdk::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

#captureTrueClass, FalseClass

Returns:

  • (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_onTime

Returns:

  • (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

#currencyString

Returns Common::Currency.

Returns:



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

#customerCheckoutSdk::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

#descriptionString

Returns:

  • (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

#destinationDestination

Returns:



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_urlString

Returns:

  • (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_typeString

Returns FundTransferType.

Returns:



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

#metadataHash{String => Object}

Returns:

  • (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_ipString

Returns:

  • (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_typeString

Returns:



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_idString

Returns:

  • (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

#processingHash{String => Object}

Returns:

  • (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

#recipientCheckoutSdk::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

#referenceString

Returns:

  • (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

#riskCheckoutSdk::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

#shippingCheckoutSdk::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_urlString

Returns:

  • (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