GetGatewayResponsePlainArgs

data class GetGatewayResponsePlainArgs(val id: String) : ConvertibleToJava<GetGatewayResponsePlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The ID for the gateway response. For example: abc123 .

Functions

Link copied to clipboard
open override fun toJava(): GetGatewayResponsePlainArgs