Sha256: 057c49593bc799e4c46102564ce4e5b5e181c1f2d25078952e7cc40d024d9726

Contents?: true

Size: 1.86 KB

Versions: 91

Compression:

Stored size: 1.86 KB

Contents

{
  "services": {
    "service": [{
      "code": "INT_PARCEL_COR_OWN_PACKAGING",
      "name": "Courier",
      "price": "154.17",
      "max_extra_cover": 5000,
      "options": {
        "option": [{
          "code": "INT_TRACKING",
          "name": "Tracking"
        }, {
          "code": "INT_SMS_TRACK_ADVICE",
          "name": "SMS track advice"
        }, {
          "code": "INT_EXTRA_COVER",
          "name": "Extra Cover"
        }]
      }
    }, {
      "code": "INT_PARCEL_EXP_OWN_PACKAGING",
      "name": "Express",
      "price": "89.17",
      "max_extra_cover": 5000,
      "options": {
        "option": [{
          "code": "INT_TRACKING",
          "name": "Tracking"
        }, {
          "code": "INT_SIGNATURE_ON_DELIVERY",
          "name": "Signature on delivery"
        }, {
          "code": "INT_SMS_TRACK_ADVICE",
          "name": "SMS track advice"
        }, {
          "code": "INT_EXTRA_COVER",
          "name": "Extra Cover"
        }]
      }
    }, {
      "code": "INT_PARCEL_STD_OWN_PACKAGING",
      "name": "Standard",
      "price": "84.17",
      "max_extra_cover": 5000,
      "options": {
        "option": [{
          "code": "INT_TRACKING",
          "name": "Tracking"
        }, {
          "code": "INT_EXTRA_COVER",
          "name": "Extra Cover"
        }, {
          "code": "INT_SIGNATURE_ON_DELIVERY",
          "name": "Signature on delivery"
        }, {
          "code": "INT_SMS_TRACK_ADVICE",
          "name": "SMS track advice"
        }]
      }
    }, {
      "code": "INT_PARCEL_SEA_OWN_PACKAGING",
      "name": "Economy Sea",
      "price": "46.80",
      "max_extra_cover": 5000,
      "options": {
        "option": [{
          "code": "INT_EXTRA_COVER",
          "name": "Extra Cover"
        }, {
          "code": "INT_SIGNATURE_ON_DELIVERY",
          "name": "Signature on delivery"
        }]
      }
    }]
  }
}

Version data entries

91 entries across 91 versions & 3 rubygems

Version Path
active_shipping-1.9.2 test/fixtures/json/australia_post/service_international.json
active_shipping-1.9.1 test/fixtures/json/australia_post/service_international.json
active_shipping-1.9.0 test/fixtures/json/australia_post/service_international.json
active_shipping-1.8.6 test/fixtures/json/australia_post/service_international.json
active_shipping-1.8.5 test/fixtures/json/australia_post/service_international.json
active_shipping-1.8.4 test/fixtures/json/australia_post/service_international.json
active_shipping-1.8.3 test/fixtures/json/australia_post/service_international.json
active_shipping-1.8.2 test/fixtures/json/australia_post/service_international.json
active_shipping-1.8.1 test/fixtures/json/australia_post/service_international.json
active_shipping-1.8.0 test/fixtures/json/australia_post/service_international.json
active_shipping-1.7.3 test/fixtures/json/australia_post/service_international.json