ServicePoint: {
    addressLine1: string;
    carrierCode: string;
    cityLocality: string;
    companyName: string;
    countryCode: string;
    distanceInMeters: number;
    features: SE.ServicePointFeature[];
    hoursOfOperation: { [ key in SE.DayOfOperation]: SE.OperatingHours[] };
    lat: number;
    long: number;
    phoneNumber: string;
    postalCode: string;
    serviceCodes: string[];
    servicePointId: string;
    stateProvince: string;
    type: "pudo";
}

Type declaration

  • addressLine1: string
  • carrierCode: string
  • cityLocality: string
  • companyName: string
  • countryCode: string
  • distanceInMeters: number
  • features: SE.ServicePointFeature[]
  • hoursOfOperation: { [ key in SE.DayOfOperation]: SE.OperatingHours[] }
  • lat: number
  • long: number
  • phoneNumber: string
  • postalCode: string
  • serviceCodes: string[]
  • servicePointId: string
  • stateProvince: string
  • type: "pudo"

Generated using TypeDoc