TenderAddressType
Classification of address types used in tender processing to determine billing and delivery destinations
enum TenderAddressType {
INVOICE
DELIVERY
}
Values
TenderAddressType.INVOICE
Billing address for financial transactions and invoicing. Used for payment processing, tax calculations, and official correspondence related to the tender.
TenderAddressType.DELIVERY
Delivery address for order fulfillment and shipping. Designated address where products from the tender should be delivered to the customer.
Member Of
TenderUpdateAddressInput
input