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

Latest commit

 

History

History
48 lines (42 loc) · 1.55 KB

VelocityControlBalanceResponse.md

File metadata and controls

48 lines (42 loc) · 1.55 KB

Marqeta::VelocityControlBalanceResponse

Properties

Name Type Description Notes
token String [optional]
name String [optional]
association SpendControlAssociation [optional]
merchant_scope MerchantScope [optional]
usage_limit Integer [optional]
approvals_only Boolean [optional][default to false]
include_purchases Boolean [optional][default to false]
include_withdrawals Boolean [optional][default to false]
include_transfers Boolean [optional][default to false]
include_cashback Boolean [optional][default to false]
include_credits Boolean [optional][default to false]
currency_code String
amount_limit Float
velocity_window String
active Boolean [optional][default to false]
available Available

Example

require 'marqeta'

instance = Marqeta::VelocityControlBalanceResponse.new(
  token: null,
  name: null,
  association: null,
  merchant_scope: null,
  usage_limit: null,
  approvals_only: null,
  include_purchases: null,
  include_withdrawals: null,
  include_transfers: null,
  include_cashback: null,
  include_credits: null,
  currency_code: null,
  amount_limit: null,
  velocity_window: null,
  active: null,
  available: null
)