creditcardpluginProfileCustomerCustomeridLocationLocationidDefaultaccountGet method

Future<Response> creditcardpluginProfileCustomerCustomeridLocationLocationidDefaultaccountGet({
  1. required String? locationid,
  2. required String? customerid,
})

Get customer default credit card account. Returns null if not found. @param locationid @param customerid

Implementation

Future<chopper.Response>
creditcardpluginProfileCustomerCustomeridLocationLocationidDefaultaccountGet({
  required String? locationid,
  required String? customerid,
}) {
  return _creditcardpluginProfileCustomerCustomeridLocationLocationidDefaultaccountGet(
    locationid: locationid,
    customerid: customerid,
  );
}