Method: TransferZero::PayinMethod#type
- Defined in:
- lib/transferzero-sdk/models/payin_method.rb
#type ⇒ Object
Describes how the payment should be requested from the sender. Possible values: - GHS::Mobile: GHS mobile collections - UGX::Mobile: UGX mobile collections - XOF::Mobile: XOF mobile collections - EUR::Bank: EUR IBAN collections - GBP::Bank: GBP IBAN collections
19 20 21 |
# File 'lib/transferzero-sdk/models/payin_method.rb', line 19 def type @type end |