amountDetails property

  1. @JsonKey(name: "amount_details")
PaymentIntentAmountDetails? amountDetails
inherited

Details about items included in the amount

Implementation

@JsonKey(name: "amount_details")
PaymentIntentAmountDetails? get amountDetails =>
    throw _privateConstructorUsedError;