PolarExpress.Schemas.CustomerPaymentMethodCreateSucceededResponse (polar_express v0.1.5)

Copy Markdown View Source

CustomerPaymentMethodCreateSucceededResponse

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CustomerPaymentMethodCreateSucceededResponse{
  payment_method: PolarExpress.Schemas.CustomerPaymentMethod.t() | nil,
  status: String.t() | nil
}
  • payment_method
  • status

Functions

schema_name()