Skip to content

Instantly share code, notes, and snippets.

@adrianmi8
Created November 1, 2017 09:42
Show Gist options
  • Save adrianmi8/cd87bb7e83807bf6cf9d6366c53ad4db to your computer and use it in GitHub Desktop.
Save adrianmi8/cd87bb7e83807bf6cf9d6366c53ad4db to your computer and use it in GitHub Desktop.
Request UPS rate - RateList methods
global String shipmentProvider { get; set;}
global String mailService { get; set; }
global String currencyIsoCode { get; set; }
global Decimal cost { get; set; }
global Decimal negotiatedRates { get; set; }
global Integer guaranteedDaysToDelivery {get; set;}
global String scheduledDeliveryTime {get; set;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment