Sha256: 724d4b5b53ddc75850b79dbefaccbc54edb13f9dd86fd7fb7e800b35e843fe6e
Contents?: true
Size: 329 Bytes
Versions: 8
Compression:
Stored size: 329 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module Stripe class Customer < Stripe::Resource attribute :email, type: LedgerSync::Type::String attribute :name, type: LedgerSync::Type::String attribute :phone_number, type: LedgerSync::Type::String end end end end
Version data entries
8 entries across 8 versions & 1 rubygems