|
Table of Contents
TrialToFullRequestOverviewTrialToFullRequest allows you to switch the initial billing phase to the second billing phase. The initial billing phase is typically used for a Trial or Free Trial, but it could be any billing period that is different than the next billing phase. Learn More: TrialToFullRequestXML<?xml version="1.0" encoding="utf-8"?> <TrialToFullRequest> <Username>string</Username> <Token>string</Token> <Guid>string</Guid> <CreditCard> <CardNumber>string</CardNumber> <CardType>string</CardType> <ExpMonth>string</ExpMonth> <ExpYear>string</ExpYear> <SecureCode>string</SecureCode> </CreditCard> <Customer> <Email>string</Email> <FirstName>string</FirstName> <LastName>string</LastName> <BillingAddress> <FirstName>string</FirstName> <LastName>string</LastName> <Company>string</Company> <Address>string</Address> <Address2>string</Address2> <City>string</City> <Region>string</Region> <PostalCode>string</PostalCode> <Country>string</Country> <Phone>string</Phone> </BillingAddress> <ShippingAddress> <FirstName>string</FirstName> <LastName>string</LastName> <Company>string</Company> <Address>string</Address> <Address2>string</Address2> <City>string</City> <Region>string</Region> <PostalCode>string</PostalCode> <Country>string</Country> <Phone>string</Phone> </ShippingAddress> <Password>string</Password> <Account>string</Account> </Customer> </TrialToFullRequest> Elements
TrialToFullResponseXML<?xml version="1.0" encoding="utf-8"?> <TrialToFullResponse> <Ack>string</Ack> <Timestamp>timestamp</Timestamp> </TrialToFullResponse> Elements
|
Contact us for more information, or head over to the free trial sign-up form to give SubscriptionBridge a try! Sign Up Free