Sha256: 46a8157d8ea0daae13360144b8b209d65ea4bdd1c58d4c3183071fe20246a7d1

Contents?: true

Size: 1.57 KB

Versions: 117

Compression:

Stored size: 1.57 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <GetAccountInfoResponse xmlns="http://stamps.com/xml/namespace/2013/10/swsim/swsimv33">
      <Authenticator>***authenticator***</Authenticator>
      <AccountInfo>
        <CustomerID>1234567</CustomerID>
        <MeterNumber>1029384756</MeterNumber>
        <UserID>7654321</UserID>
        <PostageBalance>
          <AvailablePostage>123.45</AvailablePostage>
          <ControlTotal>543.21</ControlTotal>
        </PostageBalance>
        <MaxPostageBalance>250</MaxPostageBalance>
        <LPOCity>Los Angeles</LPOCity>
        <LPOState>CA</LPOState>
        <LPOZip>90066</LPOZip>
        <Capabilities>
          <CanPrintShipping>true</CanPrintShipping>
          <CanUseCostCodes>true</CanUseCostCodes>
          <CanUseHiddenPostage>true</CanUseHiddenPostage>
          <CanPurchaseSDCInsurance>true</CanPurchaseSDCInsurance>
          <CanPrintMemoOnShippingLabel>true</CanPrintMemoOnShippingLabel>
          <CanPrintInternational>true</CanPrintInternational>
          <CanPurchasePostage>true</CanPurchasePostage>
          <CanEditCostCodes>true</CanEditCostCodes>
          <MustUseCostCodes>false</MustUseCostCodes>
          <CanViewOnlineReports>true</CanViewOnlineReports>
          <PerPrintLimit>987.65</PerPrintLimit>
        </Capabilities>
      </AccountInfo>
    </GetAccountInfoResponse>
  </soap:Body>
</soap:Envelope>

Version data entries

117 entries across 117 versions & 3 rubygems

Version Path
workarea-core-3.4.27 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.5.4 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.26 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.5.3 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.25 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.5.2 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.24 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.5.1 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.23 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.22 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.5.0 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.21 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.5.0.beta.1 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.20 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.19 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.18 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.17 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.16 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.15 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml
workarea-core-3.4.14 vendor/active_shipping/test/fixtures/xml/stamps/get_account_info_response.xml