<BillingDetails />
A component for updating account details, billing address and payment methods for an account.

<BillingDetails
isCardEnabled={true} // Setting to 'false' will remove the card styling
shadow={'shadow-md'}
className={undefined}
hidePaymentMethodForm={false} // Setting to 'true' will hide the right side
hideBillingDetailsForm={false} // Setting to 'true' will hide the left side
countryListFilter={undefined}
/>className
countryListFilter
Last updated
Was this helpful?
