SwedbankpayCheckout.Client.Psp.PaymentOrders.PostResponse (swedbankpay_checkout v0.1.0) View Source

Link to this section Summary

Types

t()

root response for initiating a payment order.

Functions

Internal function used for response parsing.

Link to this section Types

Specs

t() :: %SwedbankpayCheckout.Client.Psp.PaymentOrders.PostResponse{
  operations: [SwedbankpayCheckout.Model.Operation.t()],
  payment_order:
    SwedbankpayCheckout.Client.Psp.PaymentOrders.PostResponse.PaymentOrderResponse.t()
}

root response for initiating a payment order.

See https://developer.swedbankpay.com/checkout/payment-menu

Link to this section Functions

Internal function used for response parsing.