class
Stripe::Account::Settings::Payouts::Schedule
- Stripe::Account::Settings::Payouts::Schedule
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
stripe/objects/account.crConstructors
- .new(pull : JSON::PullParser)
- .new(delay_days : Int32 | Nil = nil, interval : Nil | String = nil, monthly_anchor : Int32 | Nil = nil, weekly_anchor : Nil | String = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #delay_days : Int32 | Nil
- #interval : String | Nil
- #monthly_anchor : Int32 | Nil
- #to_h
- #weekly_anchor : String | Nil
Constructor Detail
def self.new(delay_days : Int32 | Nil = nil, interval : Nil | String = nil, monthly_anchor : Int32 | Nil = nil, weekly_anchor : Nil | String = nil)
#