Class: SBF::Client::FullRecurringGift

Inherits:
RecurringGift show all
Defined in:
lib/stbaldricks/entities/recurring_gift.rb

Constant Summary

Constants inherited from TopLevelEntity

TopLevelEntity::DEFAULT_CLASS_ACTIONS, TopLevelEntity::DEFAULT_CRUD_ACTIONS, TopLevelEntity::DEFAULT_ENDPOINT, TopLevelEntity::DEFAULT_INSTANCE_ACTIONS

Constants inherited from BaseEntity

BaseEntity::ELSE

Instance Attribute Summary collapse

Attributes inherited from RecurringGift

#id

Attributes inherited from BaseEntity

#errors

Method Summary

Methods included from Entities::DefaultCacheable

included

Methods inherited from TopLevelEntity

_endpoint, action, actions, blacklist_action, class_action, define_endpoint, endpoint, #endpoint, instance_action

Methods included from Entities::Cacheable

#cache_id, included

Methods inherited from BaseEntity

allow_instantiation?, attr_accessor, attr_reader, attr_writer, collection_attributes, defined_attributes, #destroyed?, #dirty_data, entity_attr_accessor, entity_attr_reader, entity_attr_writer, entity_attributes, entity_collection_attr_accessor, entity_collection_attr_reader, entity_collection_attr_writer, #error, inherited, #initialize, #keys_hash, #model_name, multitype_attr_accessor, multitype_attr_reader, multitype_attr_writer, multitype_collection_attr_accessor, multitype_collection_attr_reader, multitype_collection_attr_writer, #not_provided_attributes, optional_attributes, #persisted?, #reload!, #reload_recursive, #rollback!, #to_hash, #to_json, #to_partial

Methods included from EntityResponseConcern

#add_errors, #data, #error?, #errors?, #errors_http_code=, #http_code, #success?

Constructor Details

This class inherits a constructor from SBF::Client::BaseEntity

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



186
187
188
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 186

def amount
  @amount
end

#billing_day_of_monthObject

Returns the value of attribute billing_day_of_month.



188
189
190
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 188

def billing_day_of_month
  @billing_day_of_month
end

#created_atObject

Returns the value of attribute created_at.



200
201
202
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 200

def created_at
  @created_at
end

#customer_idObject

Returns the value of attribute customer_id.



197
198
199
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 197

def customer_id
  @customer_id
end

#display_nameObject

Returns the value of attribute display_name.



191
192
193
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 191

def display_name
  @display_name
end

#display_name_overrideObject

Returns the value of attribute display_name_override.



192
193
194
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 192

def display_name_override
  @display_name_override
end

#event_yearObject

Returns the value of attribute event_year.



185
186
187
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 185

def event_year
  @event_year
end

#fee_amountObject

Returns the value of attribute fee_amount.



187
188
189
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 187

def fee_amount
  @fee_amount
end

#funding_typeObject

Returns the value of attribute funding_type.



195
196
197
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 195

def funding_type
  @funding_type
end

#how_createdObject

Returns the value of attribute how_created.



200
201
202
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 200

def how_created
  @how_created
end

#how_created_idObject

Returns the value of attribute how_created_id.



200
201
202
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 200

def how_created_id
  @how_created_id
end

#is_unrecognizedObject

Returns the value of attribute is_unrecognized.



193
194
195
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 193

def is_unrecognized
  @is_unrecognized
end

#last_collected_atObject

Returns the value of attribute last_collected_at.



189
190
191
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 189

def last_collected_at
  @last_collected_at
end

#last_failed_atObject

Returns the value of attribute last_failed_at.



190
191
192
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 190

def last_failed_at
  @last_failed_at
end

#modified_atObject

Returns the value of attribute modified_at.



200
201
202
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 200

def modified_at
  @modified_at
end

#modified_byObject

Returns the value of attribute modified_by.



200
201
202
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 200

def modified_by
  @modified_by
end

#past_due_atObject

Returns the value of attribute past_due_at.



200
201
202
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 200

def past_due_at
  @past_due_at
end

#payment_gatewayObject

Returns the value of attribute payment_gateway.



196
197
198
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 196

def payment_gateway
  @payment_gateway
end

#promotional_codeObject

Returns the value of attribute promotional_code.



194
195
196
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 194

def promotional_code
  @promotional_code
end

#statusObject

Returns the value of attribute status.



184
185
186
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 184

def status
  @status
end

#subscription_idObject

Returns the value of attribute subscription_id.



198
199
200
# File 'lib/stbaldricks/entities/recurring_gift.rb', line 198

def subscription_id
  @subscription_id
end