GetCustomerGatewayPlainArgs

data class GetCustomerGatewayPlainArgs(val customerGatewayId: String) : ConvertibleToJava<GetCustomerGatewayPlainArgs>

Constructors

Link copied to clipboard
constructor(customerGatewayId: String)

Properties

Link copied to clipboard

The ID of the customer gateway.

Functions

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