defaultBillingDetails property

BillingDetails? get defaultBillingDetails
inherited

CustomerSheet pre-populates fields with the values provided. If billingDetailsCollectionConfiguration.attachDefaultsToPaymentMethod is true, these values will be attached to the payment method even if they are not collected by the CustomerSheet UI.

Implementation

BillingDetails? get defaultBillingDetails =>
    throw _privateConstructorUsedError;