billingDetails property

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

The billing_details associated with the card.

Implementation

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