billingDetails property

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

The customer's billing_details. name and email are required.

Implementation

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