Sha256: 5e6c947da9b2187dcf0f4f6eb3a53f73373b6b27b86eb5ed7170435854c5ffa4
Contents?: true
Size: 292 Bytes
Versions: 1
Compression:
Stored size: 292 Bytes
Contents
# frozen_string_literal: true module LedgerSync 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-stripe-0.1.0 | lib/ledger_sync/stripe/resources/customer.rb |