class Faker::Subscription

def self.payment_method

Returns:
  • (String) -
def self.payment_method
  fetch('subscription.payment_methods')
end