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

Latest commit

 

History

History
28 lines (22 loc) · 695 Bytes

FeeTransferResponse.md

File metadata and controls

28 lines (22 loc) · 695 Bytes

Marqeta::FeeTransferResponse

Properties

Name Type Description Notes
tags String [optional]
fees Array<FeeDetail>
token String 36 char max
user_token String Required if 'business_token' is null
business_token String Required if 'user_token' is null
created_time Time yyyy-MM-ddTHH:mm:ssZ

Example

require 'marqeta'

instance = Marqeta::FeeTransferResponse.new(
  tags: null,
  fees: null,
  token: null,
  user_token: null,
  business_token: null,
  created_time: null
)