Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 399 Bytes

WalletTransactionCreateInput.md

File metadata and controls

18 lines (12 loc) · 399 Bytes

LagoAPI::WalletTransactionCreateInput

Properties

Name Type Description Notes
wallet_transaction WalletTransactionCreateInputWalletTransaction

Example

require 'lago_ruby'

instance = LagoAPI::WalletTransactionCreateInput.new(
  wallet_transaction: null
)