Class: CheckoutSdk::Forward::UpdateSecretRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/forward/update_secret_request.rb

Overview

Request body for PATCH /forward/secrets/name.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idString

Returns Update the entity scope.

Returns:

  • (String)

    Update the entity scope.



11
12
13
# File 'lib/checkout_sdk/forward/update_secret_request.rb', line 11

class UpdateSecretRequest
  attr_accessor :value, :entity_id
end

#valueString

Returns New plaintext secret value (max 8KB).

Returns:

  • (String)

    New plaintext secret value (max 8KB).



11
12
13
# File 'lib/checkout_sdk/forward/update_secret_request.rb', line 11

class UpdateSecretRequest
  attr_accessor :value, :entity_id
end