billingDetails property

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

Billing details for the payment method.

Implementation

@JsonKey(name: 'billing_details') BillingDetails? get billingDetails;