class CancelRequest

Model object of request to cancel an action

Attributes

payment_status[RW]
PaymentStatus

CANCELED payment status

tag[RW]
String

Custom data to add with the operation

Public Class Methods

new() click to toggle source
# File lib/mangopay/model/request/cancel_request.rb, line 13
def initialize
  self.payment_status = MangoModel::PaymentStatus::CANCELED
end