amount property

int? amount
final

A positive integer in cents representing how much of this charge to refund. Can refund only up to the remaining, unrefunded amount of the charge.

Implementation

final int? amount;