Class: ApiBanking::PrepaidCardService::GetCustomerDetail::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardService::GetCustomerDetail::Result
- Defined in:
- lib/api_banking/soap/prepaidCardService.rb
Instance Attribute Summary collapse
-
#customerEmail ⇒ Object
Returns the value of attribute customerEmail.
-
#customerPrefferedName ⇒ Object
Returns the value of attribute customerPrefferedName.
-
#productCode ⇒ Object
Returns the value of attribute productCode.
-
#productCustomerCareNo ⇒ Object
Returns the value of attribute productCustomerCareNo.
-
#productDisplayName ⇒ Object
Returns the value of attribute productDisplayName.
-
#programCode ⇒ Object
Returns the value of attribute programCode.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#customerEmail ⇒ Object
Returns the value of attribute customerEmail
36 37 38 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 36 def customerEmail @customerEmail end |
#customerPrefferedName ⇒ Object
Returns the value of attribute customerPrefferedName
36 37 38 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 36 def customerPrefferedName @customerPrefferedName end |
#productCode ⇒ Object
Returns the value of attribute productCode
36 37 38 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 36 def productCode @productCode end |
#productCustomerCareNo ⇒ Object
Returns the value of attribute productCustomerCareNo
36 37 38 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 36 def productCustomerCareNo @productCustomerCareNo end |
#productDisplayName ⇒ Object
Returns the value of attribute productDisplayName
36 37 38 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 36 def productDisplayName @productDisplayName end |
#programCode ⇒ Object
Returns the value of attribute programCode
36 37 38 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 36 def programCode @programCode end |
#version ⇒ Object
Returns the value of attribute version
36 37 38 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 36 def version @version end |