amountReceived property

  1. @JsonKey(name: "amount_received")
int? amountReceived
inherited

The amount that was collected from this PaymentIntent (in cents).

Implementation

@JsonKey(name: "amount_received")
int? get amountReceived => throw _privateConstructorUsedError;