All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stripe.model.AccountPayoutSchedule Maven / Gradle / Ivy

package com.stripe.model;

import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
@EqualsAndHashCode(callSuper = false)
public class AccountPayoutSchedule extends StripeObject {
  Integer delayDays;
  String interval;
  Integer monthlyAnchor;
  String weeklyAnchor;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy