PhoneNumber Subobject
Web Session Object
Transaction Object
Token Object
Season Set Object
Refund Object
RatePlan Object
Product Object
Payment Provider Object
Payment Method Object
NameValuePair Object
GiftCard Object
Entitlement Object
Chargeback Object
Campaign Object
BillingPlan Object
AutoBill Object
Address Object
Activity Object
Account Object
PhoneNumber Subobject
The PhoneNumber object is used to store customer phone number information, for use in Carrier Billing. This object is optional. Information contained within it is not required to be passed to the payment provider at this time.
For more information, see Using Carrier Billing for One-Time Transactions in the Vindicia Subscribe Programming Guide.
The PhoneNumber object describes a customer phone number used for Carrier Billing.
Data Member |
Data Type |
Description |
areaCode |
string |
Required. The area code segment of the phone number. |
countryCode |
string |
The Country Code segment of the phone number. |
extension |
string |
The phone number’s extension. |
localNumber |
string |
Required. The local number (excluding extension). |
phoneType |
PhoneType |
The type of phone. |
rawInput |
string |
Raw, unfiltered data input by customer. |
For Users
Learn More