billingDetails property

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

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

Implementation

@JsonKey(name: "upi[vpa]") String? get upiVpa;/// Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
@JsonKey(name: "billing_details") BillingDetails? get billingDetails;