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

Version Path
velopayments-2.23.78.beta1 docs/PayorBrandingResponse.md
velopayments-2.20.119 docs/PayorBrandingResponse.md
velopayments-2.20.29.beta1 docs/PayorBrandingResponse.md
velopayments-2.19.116 docs/PayorBrandingResponse.md
velopayments-2.19.40.beta1 docs/PayorBrandingResponse.md
velopayments-2.18.113 docs/PayorBrandingResponse.md
velopayments-2.18.113.beta1 docs/PayorBrandingResponse.md
velopayments-2.18.31.beta1 docs/PayorBrandingResponse.md
velopayments-2.17.8.beta1 docs/PayorBrandingResponse.md
velopayments-2.17.8 docs/PayorBrandingResponse.md
velopayments-2.14.90.pre.1 docs/PayorBrandingResponse.md