Sha256: c109fc66eb142ff9d7a47b40a3f8426fecd7e9a4dba3d614b8c7fb5cfc635d6b
Contents?: true
Size: 324 Bytes
Versions: 3
Compression:
Stored size: 324 Bytes
Contents
# VeloPayments::PayableIssueV4 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **String** | | | | **message** | **String** | | | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayableIssueV4.new( code: 3, message: payee-disabled ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/PayableIssueV4.md |
velopayments-2.35.58 | docs/PayableIssueV4.md |
velopayments-2.35.58.beta1 | docs/PayableIssueV4.md |