enum

Stripe::Invoice::CollectionMethod

Inherits Enum / Comparable / Value / Object

Constants

ChargeAutomatically = 0
SendInvoice = 1

Instance methods

charge_automatically?

Returns true if this enum value equals ChargeAutomatically

Source
send_invoice?

Returns true if this enum value equals SendInvoice

Source