partnerCustomerGetPost method
Future<Response<PartnerCustomerGetResponse> >
partnerCustomerGetPost({
- required PartnerCustomerGetRequest? body,
Returns a Plaid reseller's end customer.
Implementation
Future<chopper.Response<PartnerCustomerGetResponse>> partnerCustomerGetPost(
{required PartnerCustomerGetRequest? body}) {
generatedMapping.putIfAbsent(PartnerCustomerGetResponse,
() => PartnerCustomerGetResponse.fromJsonFactory);
return _partnerCustomerGetPost(body: body);
}