Skip to content

/AWS1/CL_BDCCRYPTOX402PMNTOUT

The output from a crypto X402 payment.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_version TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The version of the X402 protocol.

io_payload TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT

The X402 payment response payload.


Queryable Attributes

version

The version of the X402 protocol.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value

payload

The X402 payment response payload.

Accessible with the following methods

Method Description
GET_PAYLOAD() Getter for PAYLOAD, with configurable default
ASK_PAYLOAD() Getter for PAYLOAD w/ exceptions if field has no value
HAS_PAYLOAD() Determine if PAYLOAD has a value