amountReceived property
The amount that was collected from this PaymentIntent (in cents).
Implementation
@JsonKey(name: "amount_details") PaymentIntentAmountDetails? get amountDetails;/// The amount that was collected from this PaymentIntent (in cents).
@JsonKey(name: "amount_received") int? get amountReceived;