Class: Peddler::APIs::Transfers20240601::PaymentMethodDetails

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/transfers_2024_06_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#account_holder_nameString? (readonly)

Returns the value of attribute account_holder_name.

Returns:

  • (String, nil)


114
115
116
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 114

def 
  @account_holder_name
end

#assignment_typeString? (readonly)

Returns the value of attribute assignment_type.

Returns:

  • (String, nil)


115
116
117
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 115

def assignment_type
  @assignment_type
end

#country_codeString? (readonly)

Returns the value of attribute country_code.

Returns:

  • (String, nil)


116
117
118
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 116

def country_code
  @country_code
end

#expiry_datePeddler::APIs::Transfers20240601::ExpiryDate? (readonly)

Returns the value of attribute expiry_date.



117
118
119
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 117

def expiry_date
  @expiry_date
end

#payment_method_idString? (readonly)

Returns the value of attribute payment_method_id.

Returns:

  • (String, nil)


118
119
120
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 118

def payment_method_id
  @payment_method_id
end

#payment_method_typeString? (readonly)

Returns the value of attribute payment_method_type.

Returns:

  • (String, nil)


119
120
121
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 119

def payment_method_type
  @payment_method_type
end

#tailString? (readonly)

Returns the value of attribute tail.

Returns:

  • (String, nil)


120
121
122
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 120

def tail
  @tail
end

Class Method Details

.[](account_holder_name:, assignment_type:, country_code:, expiry_date:, payment_method_id:, payment_method_type:, tail:) ⇒ Peddler::APIs::Transfers20240601::PaymentMethodDetails .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::Transfers20240601::PaymentMethodDetails

Overloads:



107
108
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 107

def self.[]: (?account_holder_name: String?, ?assignment_type: String?, ?country_code: String?, ?expiry_date: Peddler::APIs::Transfers20240601::ExpiryDate?, ?payment_method_id: String?, ?payment_method_type: String?, ?tail: String?) -> Peddler::APIs::Transfers20240601::PaymentMethodDetails
| (String?, String?, String?, Peddler::APIs::Transfers20240601::ExpiryDate?, String?, String?, String?) -> Peddler::APIs::Transfers20240601::PaymentMethodDetails

.members[ :account_holder_name, :assignment_type, :country_code, :expiry_date, :payment_method_id, :payment_method_type, :tail ]

Returns:

  • ([ :account_holder_name, :assignment_type, :country_code, :expiry_date, :payment_method_id, :payment_method_type, :tail ])


110
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 110

def self.members: () -> [ :account_holder_name, :assignment_type, :country_code, :expiry_date, :payment_method_id, :payment_method_type, :tail ]

.new(account_holder_name:, assignment_type:, country_code:, expiry_date:, payment_method_id:, payment_method_type:, tail:) ⇒ Peddler::APIs::Transfers20240601::PaymentMethodDetails .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::Transfers20240601::PaymentMethodDetails

Overloads:



105
106
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 105

def self.new: (?account_holder_name: String?, ?assignment_type: String?, ?country_code: String?, ?expiry_date: Peddler::APIs::Transfers20240601::ExpiryDate?, ?payment_method_id: String?, ?payment_method_type: String?, ?tail: String?) -> Peddler::APIs::Transfers20240601::PaymentMethodDetails
| (String?, String?, String?, Peddler::APIs::Transfers20240601::ExpiryDate?, String?, String?, String?) -> Peddler::APIs::Transfers20240601::PaymentMethodDetails

.parsePeddler::APIs::Transfers20240601::PaymentMethodDetails

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



112
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 112

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Transfers20240601::PaymentMethodDetails

Instance Method Details

#members[ :account_holder_name, :assignment_type, :country_code, :expiry_date, :payment_method_id, :payment_method_type, :tail ]

Returns:

  • ([ :account_holder_name, :assignment_type, :country_code, :expiry_date, :payment_method_id, :payment_method_type, :tail ])


122
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 122

def members: () -> [ :account_holder_name, :assignment_type, :country_code, :expiry_date, :payment_method_id, :payment_method_type, :tail ]

#to_h{ account_holder_name: String?, assignment_type: String?, country_code: String?, expiry_date: Peddler::APIs::Transfers20240601::ExpiryDate?, payment_method_id: String?, payment_method_type: String?, tail: String? }

Returns:



123
# File 'sig/peddler/apis/transfers_2024_06_01.rbs', line 123

def to_h: () -> { account_holder_name: String?, assignment_type: String?, country_code: String?, expiry_date: Peddler::APIs::Transfers20240601::ExpiryDate?, payment_method_id: String?, payment_method_type: String?, tail: String? }