Method: TripletexRubyClient::LedgerpaymentTypeOutApi#post
- Defined in:
- lib/tripletex_ruby_client/api/ledgerpayment_type_out_api.rb
#post(opts = {}) ⇒ ResponseWrapperPaymentTypeOut
- BETA
-
Create new payment type for outgoing payments
129 130 131 132 |
# File 'lib/tripletex_ruby_client/api/ledgerpayment_type_out_api.rb', line 129 def post(opts = {}) data, _status_code, _headers = post_with_http_info(opts) data end |