# VeloPayments::CreateFundingAccountRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **account_name** | **String** | | **account_number** | **String** | | **routing_number** | **String** | | **payor_id** | **String** | | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::CreateFundingAccountRequest.new(account_name: null, account_number: null, routing_number: null, payor_id: null) ```