Class: ApiBanking::InstantMoneyTransferService::AddBeneficiary::Address
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::InstantMoneyTransferService::AddBeneficiary::Address
- Defined in:
- lib/api_banking/soap/instantMoneyTransferService.rb
Instance Attribute Summary collapse
-
#addressLine ⇒ Object
Returns the value of attribute addressLine.
-
#cityName ⇒ Object
Returns the value of attribute cityName.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
Instance Attribute Details
#addressLine ⇒ Object
Returns the value of attribute addressLine
11 12 13 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 11 def addressLine @addressLine end |
#cityName ⇒ Object
Returns the value of attribute cityName
11 12 13 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 11 def cityName @cityName end |
#postalCode ⇒ Object
Returns the value of attribute postalCode
11 12 13 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 11 def postalCode @postalCode end |