billingcycleIdCopyPost method
Future<Response<FwStandardModelsCopyLogicResponse> >
billingcycleIdCopyPost({
- required String? id,
- required FwStandardModelsCopyLogicRequest? body,
@param id
Implementation
Future<chopper.Response<FwStandardModelsCopyLogicResponse>>
billingcycleIdCopyPost({
required String? id,
required FwStandardModelsCopyLogicRequest? body,
}) {
generatedMapping.putIfAbsent(
FwStandardModelsCopyLogicResponse,
() => FwStandardModelsCopyLogicResponse.fromJsonFactory,
);
return _billingcycleIdCopyPost(id: id, body: body);
}