billingGetorderbillingdatesIdPost method
Future<Response<WebApiModulesBillingBillingGetOrderBillingDatesResponse> >
billingGetorderbillingdatesIdPost({
- required String? id,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesBillingBillingGetOrderBillingDatesResponse>>
billingGetorderbillingdatesIdPost({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesBillingBillingGetOrderBillingDatesResponse,
() => WebApiModulesBillingBillingGetOrderBillingDatesResponse
.fromJsonFactory);
return _billingGetorderbillingdatesIdPost(id: id);
}