Method: AdvancedBilling::SubscriptionGroupPaymentProfile.optionals
- Defined in:
- lib/advanced_billing/models/subscription_group_payment_profile.rb
.optionals ⇒ Object
An array for optional fields
39 40 41 42 43 44 45 46 |
# File 'lib/advanced_billing/models/subscription_group_payment_profile.rb', line 39 def self.optionals %w[ id first_name last_name masked_card_number ] end |