Stripe.Resources.UPI (tiger_stripe v0.4.0)

Copy Markdown View Source

mandate_options_upi

Summary

Types

t()

@type t() :: %Stripe.Resources.UPI{
  amount: term(),
  amount_type: term(),
  description: term(),
  end_date: term()
}
  • amount - Amount to be charged for future payments. Nullable.
  • amount_type - One of fixed or maximum. If fixed, the amount param refers to the exact amount to be charged in future payments. If maximum, the amount charged can be up to the value passed for the amount param. Possible values: fixed, maximum. Nullable.
  • description - A description of the mandate or subscription that is meant to be displayed to the customer. Max length: 20. Nullable.
  • end_date - End date of the mandate or subscription. Format: Unix timestamp. Nullable.

Functions

object_name()