isFirstRecurring property

  1. @JsonKey(name: 'is_first_recurring')
bool? get isFirstRecurring
inherited

Optional. True, if the payment is the first payment for a subscription

Implementation

@JsonKey(name: 'is_first_recurring')
bool? get isFirstRecurring;