CreateBillingAccountInput
Input Fields
ref (
String!
)
External reference to the BillingAccount
. Must be unique.
Max character limit: 100.
type (
String!
)
Type of the BillingAccount
, typically used by the Orchestration Engine to determine the workflow that should be applied.
Max character limit: 50.
name (
String!
)
Name of the BillingAccount
.
Max character limit: 100.
retailer (
RetailerId!
)
Retailer associated to the BillingAccount
.
customer (
CustomerKey
)
Customer associated to the BillingAccount
.
attributes (
[AttributeInput]
)
A list of attributes associated with the BillingAccount
. This can be used to extend the existing data structure with additional data.
address (
StreetAddressInput
)
Address associated to the BillingAccount
.