amountCapturable property

  1. @JsonKey.new(name: "amount_capturable")
int? get amountCapturable
inherited

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;