struct Mollie::Base::Subscription::ApplicationFee

Defined in:

mollie/base/subscription.cr

Constructors

Instance methods inherited from struct Mollie::Base::ApplicationFee

amount : Amount amount, description : String description

Constructor methods inherited from struct Mollie::Base::ApplicationFee

new(pull : JSON::PullParser) new

Macros inherited from module Mollie::Json::Serializable

json_field(name, type) json_field

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]