PaymentTokenRequestInput
Vendor-specific token request configuration.
Inheritors
Types
The Coinbase CDP token request.
The Stripe Privy token request.
Functions
Casts this PaymentTokenRequestInput as a CoinbaseCdpTokenRequest and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.CoinbaseCdpTokenRequestInput value. Throws an exception if the PaymentTokenRequestInput is not a CoinbaseCdpTokenRequest.
Casts this PaymentTokenRequestInput as a CoinbaseCdpTokenRequest and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.CoinbaseCdpTokenRequestInput value. Returns null if the PaymentTokenRequestInput is not a CoinbaseCdpTokenRequest.
Casts this PaymentTokenRequestInput as a StripePrivyTokenRequest and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.StripePrivyTokenRequestInput value. Throws an exception if the PaymentTokenRequestInput is not a StripePrivyTokenRequest.
Casts this PaymentTokenRequestInput as a StripePrivyTokenRequest and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.StripePrivyTokenRequestInput value. Returns null if the PaymentTokenRequestInput is not a StripePrivyTokenRequest.