Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 365 Bytes

SplitPay.md

File metadata and controls

20 lines (14 loc) · 365 Bytes

Propertyware::SplitPay

Properties

Name Type Description Notes
amount_to_pay Float Amount to pay. [optional]
id Integer Unique identifier. [optional]

Example

require 'propertyware'

instance = Propertyware::SplitPay.new(
  amount_to_pay: null,
  id: null
)