Sha256: 6bd098c71243c638bf11975c84018167c9722b34999752970f30ec7c796058cc
Contents?: true
Size: 509 Bytes
Versions: 5
Compression:
Stored size: 509 Bytes
Contents
# VeloPayments::PaymentRejectedOrReturnedAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **reason_code** | **String** | The Velo code that indicates why the payment was rejected or returned | | | **reason_message** | **String** | The description of why the payment was rejected or returned | | ## Example ```ruby require 'velopayments' instance = VeloPayments::PaymentRejectedOrReturnedAllOf.new( reason_code: VE0001, reason_message: VE0001 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems