Type alias UpsertAccountBillingRequestBody
UpsertAccountBillingRequestBody: {
addressLine1: string;
addressLine2?: string;
cityLocality: string;
company?: string;
countryCode: string;
email: string;
fullName: string;
paymentMethod: {
sessionId: string;
};
phone: string;
postalCode: string;
stateProvince: string;
}
Type declaration
-
addressLine1: string
-
Optional
addressLine2?: string
-
cityLocality: string
-
Optional
company?: string
-
countryCode: string
-
email: string
-
fullName: string
-
paymentMethod: {
sessionId: string;
}
-
phone: string
-
postalCode: string
-
stateProvince: string