Method: LockstepSdk::CompanyDetailsPaymentModel#invoice_currency_code

Defined in:
lib/lockstep_sdk/models/company_details_payment_model.rb

#invoice_currency_codeString

Returns The currency code of the invoice the payment is associated with.

Returns:

  • (String)

    The currency code of the invoice the payment is associated with.



70
71
72
# File 'lib/lockstep_sdk/models/company_details_payment_model.rb', line 70

def invoice_currency_code
  @invoice_currency_code
end