amountDetails property
Details about items included in the amount
Implementation
@JsonKey(name: "amount_capturable") int? get amountCapturable;/// Details about items included in the amount
@JsonKey(name: "amount_details") PaymentIntentAmountDetails? get amountDetails;