# VeloPayments::PayableIssueV4 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **String** | | | | **message** | **String** | | | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayableIssueV4.new( code: 3, message: payee-disabled ) ```