refunds property

List<Refund>? refunds
final

An array of refunds for a purchase unit. A purchase unit can have zero or more refunds.

Implementation

final List<Refund>? refunds;