class Fastbill::Automatic::Coupon
Attributes
assigned_articles[R]
code[R]
discount[R]
discount_period[R]
title[R]
valid_from[R]
valid_to[R]
Public Class Methods
create(attributes)
click to toggle source
# File lib/fastbill-automatic/coupon.rb, line 7 def self.create(attributes) raise FastbillError.new('Create method not implemented.') end