amountReceived property
The amount that was collected from this PaymentIntent (in cents).
Implementation
@JsonKey(name: "amount_received")
int? get amountReceived => throw _privateConstructorUsedError;
The amount that was collected from this PaymentIntent (in cents).
@JsonKey(name: "amount_received")
int? get amountReceived => throw _privateConstructorUsedError;