Method: TransferZero::PaymentMethodsApi#payment_methods_in
- Defined in:
- lib/transferzero-sdk/api/payment_methods_api.rb
#payment_methods_in(opts = {}) ⇒ PaymentMethodListResponse
This method returns possible payin methods. Fetching possible payin methods.
28 29 30 31 |
# File 'lib/transferzero-sdk/api/payment_methods_api.rb', line 28 def payment_methods_in(opts = {}) data, _status_code, _headers = payment_methods_in_with_http_info(opts) data end |