Method: VoucherifySdk::RedemptionEntryPromotionTier#validity_day_of_week
- Defined in:
- lib/VoucherifySdk/models/redemption_entry_promotion_tier.rb
#validity_day_of_week ⇒ Object
Integer array corresponding to the particular days of the week in which the voucher is valid. - ‘0` Sunday - `1` Monday - `2` Tuesday - `3` Wednesday - `4` Thursday - `5` Friday - `6` Saturday
61 62 63 |
# File 'lib/VoucherifySdk/models/redemption_entry_promotion_tier.rb', line 61 def validity_day_of_week @validity_day_of_week end |