Class: VietnamQrPay::Merchant
- Inherits:
-
Struct
- Object
- Struct
- VietnamQrPay::Merchant
- Defined in:
- lib/vietnam_qr_pay/models/merchant.rb
Overview
Merchant information extracted from VNPayQR-style payloads.
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/vietnam_qr_pay/models/merchant.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/vietnam_qr_pay/models/merchant.rb', line 5 def name @name end |