amountDetails property

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

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;