V1 Recurrings Skip Payment Request Structure V1RecurringsSkipPaymentRequest Fields Name Type Tags Description Getter Setter skipCount int Required Skip CountConstraints: >= 1, <= 99 getSkipCount(): int setSkipCount(int skipCount): void Example (as JSON) { "skip_count": 7 }