PaymentPayload

@JsonSerializable
data class PaymentPayload(val x402Version: Int, val scheme: PaymentScheme, val network: PaymentNetwork, val payload: Map<String, String>, val resource: String, val description: String)(source)

Constructors

Link copied to clipboard
constructor(x402Version: Int, scheme: PaymentScheme, network: PaymentNetwork, payload: Map<String, String>, resource: String, description: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard