|
Table of Contents
GetSubscriptionsRequestOverviewGetSubscriptionsRequest will return a list of all subscriptions associated with the store. Learn More: GetSubscriptionsRequestXML
<?xml version="1.0" encoding="utf-8"?>
<GetSubscriptionsRequest>
<Username>string</Username>
<Token>string</Token>
</GetSubscriptionsRequest>
Elements
GetSubscriptionsResponseXML
<?xml version="1.0" encoding="utf-8"?>
<GetSubscriptionsResponse>
<Ack>string</Ack>
<Subscriptions>
<Subscription>
<Identifiers>
<Guid>string</Guid>
</Identifiers>
<BillingDetails>
<StartDate>datetime</StartDate>
<EndDate>datetime</EndDate>
<BillingPeriod>string</BillingPeriod>
<BillingFrequency>integer</BillingFrequency>
<TrialBillingFrequency>integer</TrialBillingFrequency>
<TrialEndDate>datetime</TrialEndDate>
<Amount>currency</Amount>
<ShipAmount>currency</ShipAmount>
<TaxAmount>currency</TaxAmount>
<NextBillingDate>datetime</NextBillingDate>
<NumCyclesCompleted>integer</NumCyclesCompleted>
<LastPaymentDate>datetime</LastPaymentDate>
<LastPaymentAmount>currency</LastPaymentAmount>
<CurrencyCode>string</CurrencyCode>
</BillingDetails>
<SubscriptionDetails>
<Description>string</Description>
</SubscriptionDetails>
</Subscription>
</Subscriptions>
<Timestamp>timestamp</Timestamp>
</GetSubscriptionsResponse>
Elements
|