Sha256: f1aa1390b3fff15ce550db1c541e73a0622699752699bae906d2300466c21ab0
Contents?: true
Size: 485 Bytes
Versions: 9
Compression:
Stored size: 485 Bytes
Contents
# frozen_string_literal: true module AppStoreDevApi module Requests module V1 module SubscriptionGracePeriod class Update < Request::Body data do id type 'subscriptionGracePeriods' attributes do property :duration property :opt_in property :renewal_type property :sandbox_opt_in end end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems