amountCapturable property
The amount that can be captured with from this PaymentIntent (in cents).
Implementation
int get amount;/// The amount that can be captured with from this PaymentIntent (in cents).
@JsonKey(name: "amount_capturable") int? get amountCapturable;