Class: CheckoutSdk::Issuing::ScheduleRevocationRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/issuing/schedule_revocation_request.rb

Overview

Request body for POST /issuing/cards/cardId/schedule-revocation.

Instance Attribute Summary collapse

Instance Attribute Details

#revocation_dateString

Returns ISO-8601 date the card revocation should take effect.

Returns:

  • (String)

    ISO-8601 date the card revocation should take effect.



9
10
11
# File 'lib/checkout_sdk/issuing/schedule_revocation_request.rb', line 9

class ScheduleRevocationRequest
  attr_accessor :revocation_date
end