Sha256: e9f5b03308bf6c9ef9edd077e6a23f4bcddfc8b9c79d7a2cb5d401da2851d13d
Contents?: true
Size: 442 Bytes
Versions: 9
Compression:
Stored size: 442 Bytes
Contents
# frozen_string_literal: true module AppStoreDevApi module Requests module V2 module SandboxTester class Update < Request::Body data do id type 'sandboxTesters' attributes do property :interrupt_purchases property :subscription_renewal_rate property :territory end end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems