inApp property

  1. @JsonKey(name: 'in_app')
List<ReceiptInfo>? inApp
final

An array that contains the in-app purchase receipt fields for all in-app purchase transactions.

Implementation

@JsonKey(name: 'in_app')
final List<ReceiptInfo>? inApp;