Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 838 Bytes

File metadata and controls

11 lines (9 loc) · 838 Bytes

RebillySdk::PercentageFormula

Properties

Name Type Description Notes
type String
currency CurrencyCode
bips Bips
round String A mode how the rounding should work: floor, ceiling, or regular rounding: - "up" (ceiling) example: $0.011 becomes $0.02, $0.019 becomes $0.02; - "down" (floor) example: $0.011 becomes $0.01, $0.019 becomes $0.01; - "regular" example: $0.011 becomes $0.01, $0.019 becomes $0.02, $0.015 becomes 0.02 too; Defaults to "regular". [optional] [default to 'regular']
min_amount Float The amount applied, in case the calculated fee is less than the required minimum. [optional]