Sha256: 91c87021580c59e80b2aa224292f0c6be91b8074db6dc11cab1de7cf637c87d0
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
# Buildium::BankAccountMessageElectronicPayments ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **debit_transaction_limit** | **Float** | Debit transaction limit | [optional] | | **credit_transaction_limit** | **Float** | Credit transaction limit | [optional] | | **debit_monthly_limit** | **Float** | Monthly debt limit | [optional] | | **credit_monthly_limit** | **Float** | Monthly credit limit | [optional] | | **resident_eft_convience_fee_amount** | **Float** | Fee charged per transaction by EFT | [optional] | | **resident_credit_card_convenience_fee_amount** | **Float** | Fee charged per transaction by Credit Card | [optional] | | **credit_card_service_fee_percentage** | **Float** | Fee charged for using a Credit Card in transactions | [optional] | | **is_credit_card_service_fee_paid_by_resident** | **Boolean** | Whether the credit card service fee is paid by residents | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BankAccountMessageElectronicPayments.new( debit_transaction_limit: null, credit_transaction_limit: null, debit_monthly_limit: null, credit_monthly_limit: null, resident_eft_convience_fee_amount: null, resident_credit_card_convenience_fee_amount: null, credit_card_service_fee_percentage: null, is_credit_card_service_fee_paid_by_resident: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BankAccountMessageElectronicPayments.md |