Class: Peddler::APIs::SellerWallet20240301::PayeeContactInformation

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#address_line1String (readonly)

Returns the value of attribute address_line1.

Returns:

  • (String)


199
200
201
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 199

def address_line1
  @address_line1
end

#address_line2String? (readonly)

Returns the value of attribute address_line2.

Returns:

  • (String, nil)


200
201
202
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 200

def address_line2
  @address_line2
end

#cityString (readonly)

Returns the value of attribute city.

Returns:

  • (String)


201
202
203
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 201

def city
  @city
end

#countryString? (readonly)

Returns the value of attribute country.

Returns:

  • (String, nil)


202
203
204
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 202

def country
  @country
end

#country_codeString (readonly)

Returns the value of attribute country_code.

Returns:

  • (String)


203
204
205
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 203

def country_code
  @country_code
end

#email_addressString (readonly)

Returns the value of attribute email_address.

Returns:

  • (String)


204
205
206
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 204

def email_address
  @email_address
end

#payee_entity_typeString (readonly)

Returns the value of attribute payee_entity_type.

Returns:

  • (String)


205
206
207
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 205

def payee_entity_type
  @payee_entity_type
end

#payee_first_nameString (readonly)

Returns the value of attribute payee_first_name.

Returns:

  • (String)


206
207
208
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 206

def payee_first_name
  @payee_first_name
end

#payee_last_nameString (readonly)

Returns the value of attribute payee_last_name.

Returns:

  • (String)


207
208
209
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 207

def payee_last_name
  @payee_last_name
end

#payee_middle_nameString? (readonly)

Returns the value of attribute payee_middle_name.

Returns:

  • (String, nil)


208
209
210
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 208

def payee_middle_name
  @payee_middle_name
end

#phone_numberString (readonly)

Returns the value of attribute phone_number.

Returns:

  • (String)


209
210
211
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 209

def phone_number
  @phone_number
end

#postal_codeString (readonly)

Returns the value of attribute postal_code.

Returns:

  • (String)


210
211
212
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 210

def postal_code
  @postal_code
end

#stateString (readonly)

Returns the value of attribute state.

Returns:

  • (String)


211
212
213
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 211

def state
  @state
end

Class Method Details

.[](address_line1:, city:, country_code:, email_address:, payee_entity_type:, payee_first_name:, payee_last_name:, phone_number:, postal_code:, state:, address_line2:, country:, payee_middle_name:) ⇒ Peddler::APIs::SellerWallet20240301::PayeeContactInformation .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12) ⇒ Peddler::APIs::SellerWallet20240301::PayeeContactInformation

Overloads:



192
193
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 192

def self.[]: (address_line1: String, city: String, country_code: String, email_address: String, payee_entity_type: String, payee_first_name: String, payee_last_name: String, phone_number: String, postal_code: String, state: String, ?address_line2: String?, ?country: String?, ?payee_middle_name: String?) -> Peddler::APIs::SellerWallet20240301::PayeeContactInformation
| (String, String, String, String, String, String, String, String, String, String, String?, String?, String?) -> Peddler::APIs::SellerWallet20240301::PayeeContactInformation

.members[ :address_line1, :city, :country_code, :email_address, :payee_entity_type, :payee_first_name, :payee_last_name, :phone_number, :postal_code, :state, :address_line2, :country, :payee_middle_name ]

Returns:

  • ([ :address_line1, :city, :country_code, :email_address, :payee_entity_type, :payee_first_name, :payee_last_name, :phone_number, :postal_code, :state, :address_line2, :country, :payee_middle_name ])


195
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 195

def self.members: () -> [ :address_line1, :city, :country_code, :email_address, :payee_entity_type, :payee_first_name, :payee_last_name, :phone_number, :postal_code, :state, :address_line2, :country, :payee_middle_name ]

.new(address_line1:, city:, country_code:, email_address:, payee_entity_type:, payee_first_name:, payee_last_name:, phone_number:, postal_code:, state:, address_line2:, country:, payee_middle_name:) ⇒ Peddler::APIs::SellerWallet20240301::PayeeContactInformation .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12) ⇒ Peddler::APIs::SellerWallet20240301::PayeeContactInformation

Overloads:



190
191
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 190

def self.new: (address_line1: String, city: String, country_code: String, email_address: String, payee_entity_type: String, payee_first_name: String, payee_last_name: String, phone_number: String, postal_code: String, state: String, ?address_line2: String?, ?country: String?, ?payee_middle_name: String?) -> Peddler::APIs::SellerWallet20240301::PayeeContactInformation
| (String, String, String, String, String, String, String, String, String, String, String?, String?, String?) -> Peddler::APIs::SellerWallet20240301::PayeeContactInformation

.parsePeddler::APIs::SellerWallet20240301::PayeeContactInformation

Parameters:

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

Returns:



197
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 197

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

Instance Method Details

#members[ :address_line1, :city, :country_code, :email_address, :payee_entity_type, :payee_first_name, :payee_last_name, :phone_number, :postal_code, :state, :address_line2, :country, :payee_middle_name ]

Returns:

  • ([ :address_line1, :city, :country_code, :email_address, :payee_entity_type, :payee_first_name, :payee_last_name, :phone_number, :postal_code, :state, :address_line2, :country, :payee_middle_name ])


213
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 213

def members: () -> [ :address_line1, :city, :country_code, :email_address, :payee_entity_type, :payee_first_name, :payee_last_name, :phone_number, :postal_code, :state, :address_line2, :country, :payee_middle_name ]

#to_h{ address_line1: String, city: String, country_code: String, email_address: String, payee_entity_type: String, payee_first_name: String, payee_last_name: String, phone_number: String, postal_code: String, state: String, address_line2: String?, country: String?, payee_middle_name: String? }

Returns:

  • ({ address_line1: String, city: String, country_code: String, email_address: String, payee_entity_type: String, payee_first_name: String, payee_last_name: String, phone_number: String, postal_code: String, state: String, address_line2: String?, country: String?, payee_middle_name: String? })


214
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 214

def to_h: () -> { address_line1: String, city: String, country_code: String, email_address: String, payee_entity_type: String, payee_first_name: String, payee_last_name: String, phone_number: String, postal_code: String, state: String, address_line2: String?, country: String?, payee_middle_name: String? }