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