The payee details for an Affiliate who receives payment via check. In effect only if the Affiliate's "payment_method" field is set to "check". Only users with the Account Management permission can update the fields of this model.
Name | Type | Description |
---|---|---|
affiliate_id | Integer | The ID of the Affiliate whose payment details are specified |
address1 | String | The first line of the payee address |
address2 | Nullable String | The second line of the payee address |
city | String | The payee city |
country | String | The payee country |
payable_to | String | The name of the person or company the check should be payable to |
region | Nullable String | The payee state/province |
zipcode | String | The payee zipcode / postal code |
is_individual | Boolean | Whether or not the payee is an individual |