CheckoutEvent struct
Fields
Field | Type | Description |
---|---|---|
state | ReepayCheckoutSheet.CheckoutState | State of checkout session (e.g. CheckoutState.accept , CheckoutState.cancel or CheckoutState.close ) |
message | ReepayCheckoutSheet.EventMessage | Message of event (e.g. event name, completion URL or data) |
timestamp | Date | Timestamp of event |
Updated 9 months ago