Custom

data class Custom(val numberOfTransfers: Int) : TransferLimit

Custom transfer limit configuration.

Constructors

Link copied to clipboard
constructor(numberOfTransfers: Int)

Properties

Link copied to clipboard

number of transfers to be performed before the limit is reached. Range: 1:65534

Functions

Link copied to clipboard