getAuthenticatedExtendedCardRequest
inline fun getAuthenticatedExtendedCardRequest(init: GetAuthenticatedExtendedCardRequestBuilder.() -> Unit): GetAuthenticatedExtendedCardRequest(source)
Top-level DSL function for creating GetAuthenticatedExtendedCardRequest.
Return
A new GetAuthenticatedExtendedCardRequest instance.
Parameters
init
The lambda to configure the get authenticated extended card request.
fun getAuthenticatedExtendedCardRequest(init: Consumer<GetAuthenticatedExtendedCardRequestBuilder>): GetAuthenticatedExtendedCardRequest(source)
Java-friendly top-level DSL function for creating GetAuthenticatedExtendedCardRequest.
Return
A new GetAuthenticatedExtendedCardRequest instance.
Parameters
init
The consumer to configure the get authenticated extended card request.