/AWS1/CL_BDCSTRPPRIVYTOKREQINP¶
Stripe Privy token request parameters.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_requestpath TYPE /AWS1/BDCSTRPPRIVYREQPATHTYPE /AWS1/BDCSTRPPRIVYREQPATHTYPE¶
The path of the Stripe Privy API request.
iv_requestbody TYPE /AWS1/BDCSTRPPRIVYREQBODYTYPE /AWS1/BDCSTRPPRIVYREQBODYTYPE¶
Request body JSON for the Privy API call.
Optional arguments:¶
iv_requesthost TYPE /AWS1/BDCSTRPPRIVYREQHOSTTYPE /AWS1/BDCSTRPPRIVYREQHOSTTYPE¶
The host for the Privy API request. Defaults to "api.privy.io".
iv_includeauthsignature TYPE /AWS1/BDCBOOLEAN /AWS1/BDCBOOLEAN¶
Set to true to generate privy-authorization-signature.
Queryable Attributes¶
requestHost¶
The host for the Privy API request. Defaults to "api.privy.io".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTHOST() |
Getter for REQUESTHOST, with configurable default |
ASK_REQUESTHOST() |
Getter for REQUESTHOST w/ exceptions if field has no value |
HAS_REQUESTHOST() |
Determine if REQUESTHOST has a value |
requestPath¶
The path of the Stripe Privy API request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTPATH() |
Getter for REQUESTPATH, with configurable default |
ASK_REQUESTPATH() |
Getter for REQUESTPATH w/ exceptions if field has no value |
HAS_REQUESTPATH() |
Determine if REQUESTPATH has a value |
requestBody¶
Request body JSON for the Privy API call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTBODY() |
Getter for REQUESTBODY, with configurable default |
ASK_REQUESTBODY() |
Getter for REQUESTBODY w/ exceptions if field has no value |
HAS_REQUESTBODY() |
Determine if REQUESTBODY has a value |
includeAuthorizationSignature¶
Set to true to generate privy-authorization-signature.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCLUDEAUTHSIGNATURE() |
Getter for INCLUDEAUTHSIGNATURE |