Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 385 Bytes

BalanceCommonField.md

File metadata and controls

20 lines (14 loc) · 385 Bytes

Conekta::BalanceCommonField

Properties

Name Type Description Notes
amount Integer The balance's amount [optional]
currency String The balance's currency [optional]

Example

require 'conekta'

instance = Conekta::BalanceCommonField.new(
  amount: 100,
  currency: MXN
)