# PaycometRestApi.V1formPaymentMerchantDataAft

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**firstName** | **String** | Receiver name | [optional] 
**lastName** | **String** | Receiver lastname | [optional] 
**country** | **String** | Receiver country (ISO 6133 Alpha-3) | [optional] 
**address** | **String** | Address line of receiver. Format (^[a-zA-Z0-9\\s]{1,35}$) | [optional] 
**city** | **String** | City of the receiver. Format (^[a-zA-Z0-9\\s]{1,25}$) | [optional] 
**accountNumber** | **String** | Receiver account number. Format (^[a-zA-Z0-9]{34}$) | [optional] 
**accountNumberType** | **Number** | 00 (Other) | 01 (Card) | 02 (Account) | 03 (Cash) | [optional] 
**utr** | **String** | Should be formatted as 0 + ICA (n-6) Fix value given by acquirer + Year (n-1) last digit of current year + Julian date (n-3) day of the year + hour (n-6) hhmmss + sequence number (n-2) from 00 to 99. | [optional] 
**bai** | **String** | Business Application Identifier. AA|BI | [optional] 
**senderName** | **String** | The name of the sender | [optional] 
