Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 328 Bytes

WithdrawPaymentRequest.md

File metadata and controls

18 lines (12 loc) · 328 Bytes

VeloPayments::WithdrawPaymentRequest

Properties

Name Type Description Notes
reason String Reason for withdrawal

Example

require 'velopayments'

instance = VeloPayments::WithdrawPaymentRequest.new(
  reason: Payment submitted in error
)