Method: LockstepSdk::InvoiceModel#currency_code
- Defined in:
- lib/lockstep_sdk/models/invoice_model.rb
#currency_code ⇒ String
Returns The three-character ISO 4217 currency code used for this invoice.
139 140 141 |
# File 'lib/lockstep_sdk/models/invoice_model.rb', line 139 def currency_code @currency_code end |