isFirstRecurring property
Optional. True, if the payment is the first payment for a subscription
Implementation
@JsonKey(name: 'is_first_recurring')
bool? get isFirstRecurring;
Optional. True, if the payment is the first payment for a subscription
@JsonKey(name: 'is_first_recurring')
bool? get isFirstRecurring;