Beispiel #1
0
 public Task <IEnumerable <ShippingRate> > GetShippingRatesAsync()
 {
     return(BuyClient.GetShippingRatesAsync(Checkout.Token));
 }