Sha256: 408a4f2bbf6e91cbb2141da1ff53d179acc11456e95824c7e9dd021559560399
Contents?: true
Size: 957 Bytes
Versions: 3
Compression:
Stored size: 957 Bytes
Contents
# VeloPayments::PayorBrandingResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payor_name** | **String** | The name of the payor | | | **logo_url** | **String** | <p>The URL to use for this payor’s logo</p> <p>This will be an immutable system-generated URL</p> | | | **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] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayorBrandingResponse.new( payor_name: Key West Imports, Inc, logo_url: https://images.example.com/450ecb66-df18-4d0c-b557-f718782775df/logo.png, collective_alias: Contractors, support_contact: support@example.com, dba_name: Key West Imports ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/PayorBrandingResponse.md |
velopayments-2.35.58 | docs/PayorBrandingResponse.md |
velopayments-2.35.58.beta1 | docs/PayorBrandingResponse.md |