GetCustomerGatewayResult

data class GetCustomerGatewayResult(val customerGatewayId: String? = null, val tags: List<CustomerGatewayTag>? = null)

Constructors

Link copied to clipboard
fun GetCustomerGatewayResult(customerGatewayId: String? = null, tags: List<CustomerGatewayTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CustomerGateway ID generated after customer gateway is created. Each customer gateway has a unique ID.

Link copied to clipboard

One or more tags for the customer gateway.