refundTimeLimit property

  1. @JsonKey(name: 'refundTimeLimit')
int? refundTimeLimit
getter/setter pair

The amount of time before refundability of the newly purchased item will expire.

Implementation

@JsonKey(name:'refundTimeLimit')
int? refundTimeLimit;