amountCapturable property

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

The amount that can be captured with from this PaymentIntent (in cents).

Implementation

@JsonKey(name: "amount_capturable")
int? get amountCapturable => throw _privateConstructorUsedError;