Builder

class Builder(buyerSuppliedMoney: Money, changeBackMoney: Money)

Lets developers create and configure cash details for automated testing.

There is no need to reference this builder class outside of tests.

Return

A new CashPaymentDetails builder instance.

Constructors

Link copied to clipboard
constructor(buyerSuppliedMoney: Money, changeBackMoney: Money)

Functions

Link copied to clipboard