invoicepaymentPost method
Future<Response<WebApiModulesBillingInvoicePaymentInvoicePayment> >
invoicepaymentPost({
- required WebApiModulesBillingInvoicePaymentInvoicePayment? body,
Implementation
Future<chopper.Response<WebApiModulesBillingInvoicePaymentInvoicePayment>>
invoicepaymentPost({
required WebApiModulesBillingInvoicePaymentInvoicePayment? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesBillingInvoicePaymentInvoicePayment,
() => WebApiModulesBillingInvoicePaymentInvoicePayment.fromJsonFactory,
);
return _invoicepaymentPost(body: body);
}