Method: Payrex::Services::BillingStatementLineItemsService#create
- Defined in:
- lib/services/billing_statement_line_items_service.rb
#create(payload) ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/services/billing_statement_line_items_service.rb', line 6 def create(payload) request( method: :post, object: Payrex::Entities::BillingStatementLineItem, path: PATH, payload: payload ) end |