Class: CheckoutSdk::Issuing::ScheduleRevocationRequest
- Inherits:
-
Object
- Object
- CheckoutSdk::Issuing::ScheduleRevocationRequest
- Defined in:
- lib/checkout_sdk/issuing/schedule_revocation_request.rb
Overview
Request body for POST /issuing/cards/cardId/schedule-revocation.
Instance Attribute Summary collapse
-
#revocation_date ⇒ String
ISO-8601 date the card revocation should take effect.
Instance Attribute Details
#revocation_date ⇒ String
Returns 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 |