billingDetails property

  1. @JsonKey(name: "billing_details")
BillingDetails? billingDetails
inherited

Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.

Implementation

@JsonKey(name: "billing_details")
BillingDetails? get billingDetails => throw _privateConstructorUsedError;