Class: Booker::V4::Models::DepositOption

Inherits:
Model
  • Object
show all
Defined in:
lib/booker/v4/models/deposit_option.rb

Constant Summary

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Instance Attribute Summary collapse

Method Summary

Methods included from Concerns::DateTimeConcern

#time_from_booker_datetime, #time_to_booker_datetime, #timezone_from_booker_offset!, #timezone_from_booker_timezone, #to_wday

Methods inherited from Model

constantize, from_hash, from_list, #initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Booker::Model

Instance Attribute Details

#AmountObject

Returns the value of attribute Amount.



5
6
7
# File 'lib/booker/v4/models/deposit_option.rb', line 5

def Amount
  @Amount
end

#AmountTypeObject

Returns the value of attribute AmountType.



5
6
7
# File 'lib/booker/v4/models/deposit_option.rb', line 5

def AmountType
  @AmountType
end

#EnabledObject

Returns the value of attribute Enabled.



5
6
7
# File 'lib/booker/v4/models/deposit_option.rb', line 5

def Enabled
  @Enabled
end

#HasAmountTypeObject

Returns the value of attribute HasAmountType.



5
6
7
# File 'lib/booker/v4/models/deposit_option.rb', line 5

def HasAmountType
  @HasAmountType
end

#PercentageObject

Returns the value of attribute Percentage.



5
6
7
# File 'lib/booker/v4/models/deposit_option.rb', line 5

def Percentage
  @Percentage
end