SwedbankpayCheckout.Model.Payment (swedbankpay_checkout v0.2.3) View Source

Link to this section Summary

Types

t()

.payment_order

Link to this section Types

Specs

t() :: %SwedbankpayCheckout.Model.Payment{
  amount: Integer.t(),
  authorizations: SwedbankpayCheckout.Model.LoadableUrl.t(),
  corporation_id: String.t(),
  created: String.t(),
  currency: String.t(),
  description: String.t(),
  id: String.t(),
  instrument: String.t(),
  intent: String.t(),
  language: String.t(),
  metadata: SwedbankpayCheckout.Model.LoadableUrl.t(),
  number: Integer.t(),
  operation: String.t(),
  payee_info: SwedbankpayCheckout.Model.LoadableUrl.t(),
  payer_reference: String.t(),
  prices: SwedbankpayCheckout.Model.LoadableUrl.t(),
  remaining_cancellation_amount: Integer.t(),
  remaining_capture_amount: Integer.t(),
  state: String.t(),
  transactions:
    SwedbankpayCheckout.Model.Transactions.t()
    | SwedbankpayCheckout.Model.LoadableUrl.t(),
  updated: String.t(),
  urls: SwedbankpayCheckout.Model.LoadableUrl.t(),
  user_agent: String.t()
}

.payment_order