class Faker::Subscription
def self.payment_method
-
(String)
-
def self.payment_method fetch('subscription.payment_methods') end
def self.payment_term
-
(String)
-
def self.payment_term fetch('subscription.payment_terms') end
def self.plan
-
(String)
-
def self.plan fetch('subscription.plans') end
def self.status
-
(String)
-
def self.status fetch('subscription.statuses') end
def self.subscription_term
-
(String)
-
def self.subscription_term fetch('subscription.subscription_terms') end