Class: Peddler::APIs::SellerWallet20240301::PayeeContactInformation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SellerWallet20240301::PayeeContactInformation
- Defined in:
- sig/peddler/apis/seller_wallet_2024_03_01.rbs
Instance Attribute Summary collapse
-
#address_line1 ⇒ String
readonly
Returns the value of attribute address_line1.
-
#address_line2 ⇒ String?
readonly
Returns the value of attribute address_line2.
-
#city ⇒ String
readonly
Returns the value of attribute city.
-
#country ⇒ String?
readonly
Returns the value of attribute country.
-
#country_code ⇒ String
readonly
Returns the value of attribute country_code.
-
#email_address ⇒ String
readonly
Returns the value of attribute email_address.
-
#payee_entity_type ⇒ String
readonly
Returns the value of attribute payee_entity_type.
-
#payee_first_name ⇒ String
readonly
Returns the value of attribute payee_first_name.
-
#payee_last_name ⇒ String
readonly
Returns the value of attribute payee_last_name.
-
#payee_middle_name ⇒ String?
readonly
Returns the value of attribute payee_middle_name.
-
#phone_number ⇒ String
readonly
Returns the value of attribute phone_number.
-
#postal_code ⇒ String
readonly
Returns the value of attribute postal_code.
-
#state ⇒ String
readonly
Returns the value of attribute state.
Class Method Summary collapse
-
.[] ⇒ Object
-
.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 ⇒ Object
-
.parse ⇒ Peddler::APIs::SellerWallet20240301::PayeeContactInformation
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#address_line1 ⇒ String (readonly)
Returns the value of attribute address_line1.
199 200 201 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 199 def address_line1 @address_line1 end |
#address_line2 ⇒ String? (readonly)
Returns the value of attribute address_line2.
200 201 202 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 200 def address_line2 @address_line2 end |
#city ⇒ String (readonly)
Returns the value of attribute city.
201 202 203 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 201 def city @city end |
#country ⇒ String? (readonly)
Returns the value of attribute country.
202 203 204 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 202 def country @country end |
#country_code ⇒ String (readonly)
Returns the value of attribute country_code.
203 204 205 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 203 def country_code @country_code end |
#email_address ⇒ String (readonly)
Returns the value of attribute email_address.
204 205 206 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 204 def email_address @email_address end |
#payee_entity_type ⇒ String (readonly)
Returns the value of attribute payee_entity_type.
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_name ⇒ String (readonly)
Returns the value of attribute payee_first_name.
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_name ⇒ String (readonly)
Returns the value of attribute payee_last_name.
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_name ⇒ String? (readonly)
Returns the value of attribute payee_middle_name.
208 209 210 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 208 def payee_middle_name @payee_middle_name end |
#phone_number ⇒ String (readonly)
Returns the value of attribute phone_number.
209 210 211 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 209 def phone_number @phone_number end |
#postal_code ⇒ String (readonly)
Returns the value of attribute postal_code.
210 211 212 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 210 def postal_code @postal_code end |
#state ⇒ String (readonly)
Returns the value of attribute state.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::SellerWallet20240301::PayeeContactInformation
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 ]
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? }
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? }
|