Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 659 Bytes

UpdateRefundRequest.md

File metadata and controls

22 lines (16 loc) · 659 Bytes

WorldnetPayments::UpdateRefundRequest

Properties

Name Type Description Notes
customer CustomerUpdatableData [optional]
operator String The operator who initiated the transaction. If not sent in the request, this field will be automatically populated with the API Key alias. [optional]
status String The current status of the generated transaction. [optional]

Example

require 'worldnet_payments'

instance = WorldnetPayments::UpdateRefundRequest.new(
  customer: null,
  operator: null,
  status: null
)