UpdatePaymentConnectorRequest
Types
Properties
Link copied to clipboard
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see Ensuring idempotency.
Link copied to clipboard
The updated credential provider configurations for the payment connector.
Link copied to clipboard
The updated description of the payment connector.
Link copied to clipboard
The unique identifier of the payment connector to update.
Link copied to clipboard
The unique identifier of the parent payment manager.
Link copied to clipboard
The updated type of the payment connector.
Functions
Link copied to clipboard
inline fun copy(block: UpdatePaymentConnectorRequest.Builder.() -> Unit = {}): UpdatePaymentConnectorRequest