Mpp

data class Mpp(val value: MppPaymentOutput) : PaymentOutput

Contains the payment credential, ready to retry the request.

Constructors

Link copied to clipboard
constructor(value: MppPaymentOutput)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
Link copied to clipboard

Casts this PaymentOutput as a Mpp and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.MppPaymentOutput value. Throws an exception if the PaymentOutput is not a Mpp.

Link copied to clipboard

Casts this PaymentOutput as a Mpp and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.MppPaymentOutput value. Returns null if the PaymentOutput is not a Mpp.