Sha256: d80bc00a2118da40ed758a4a1d22b91578cc0e1a4b74eb2674c0df542e2008bb
Contents?: true
Size: 931 Bytes
Versions: 11
Compression:
Stored size: 931 Bytes
Contents
# VeloPayments::PayorBrandingResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payor_name** | **String** | The name of the payor | **logo_url** | **String** | The URL to use for this payor’s logo | **collective_alias** | **String** | How the payor has chosen to refer to payees | [optional] **support_contact** | **String** | The payor’s support contact address | [optional] **dba_name** | **String** | The payor’s 'Doing Business As' name | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PayorBrandingResponse.new(payor_name: Key West Imports, Inc, logo_url: example.com, collective_alias: Payee, support_contact: support@example.com, dba_name: Key West Imports) ```
Version data entries
11 entries across 11 versions & 1 rubygems