Sha256: a9354f2d0d647211b14d206a87f8336c7086168acb2bcafd65b5d5112a6859c2
Contents?: true
Size: 277 Bytes
Versions: 23
Compression:
Stored size: 277 Bytes
Contents
# frozen_string_literal: true module IronBank module Resources # A Zuora contact, belongs to an account, can be set as the sold to/bill to # contact for a given account. # class Contact < Resource with_schema with_one :account end end end
Version data entries
23 entries across 23 versions & 1 rubygems