Skip to content

TBillingAddressModalOpenedBody

TBillingAddressModalOpenedBody object

TBillingAddressModalOpenedBody is an object that represents a body of an event occurring while billing address modal in the basket is being opened.

type TBillingAddressModalOpenedBody = {
    modal: BillingAddressModal;
    address: Address | null;
};

BillingAddressModal

Represents the billing-address-modal webcomponent that is currently being opened.

Address

Represents the Address object.