Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 754 Bytes

AuthControlUpdateRequest.md

File metadata and controls

30 lines (24 loc) · 754 Bytes

Marqeta::AuthControlUpdateRequest

Properties

Name Type Description Notes
token String
name String [optional]
association SpendControlAssociation [optional]
merchant_scope MerchantScope [optional]
start_time Time [optional]
end_time Time [optional]
active Boolean [optional][default to true]

Example

require 'marqeta'

instance = Marqeta::AuthControlUpdateRequest.new(
  token: null,
  name: null,
  association: null,
  merchant_scope: null,
  start_time: null,
  end_time: null,
  active: null
)