Class: Aws::Types::PaymentNetwork
- Inherits:
-
Object
- Object
- Aws::Types::PaymentNetwork
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chain ⇒ "BASE", ...
Returns the value of attribute chain.
-
#prices ⇒ ::Array[Types::Price]
Returns the value of attribute prices.
-
#wallet_address ⇒ ::String
Returns the value of attribute wallet_address.
Instance Attribute Details
#chain ⇒ "BASE", ...
Returns the value of attribute chain.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def chain @chain end |
#prices ⇒ ::Array[Types::Price]
Returns the value of attribute prices.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def prices @prices end |
#wallet_address ⇒ ::String
Returns the value of attribute wallet_address.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def wallet_address @wallet_address end |