Builder

class Builder(walletBrand: WalletBrand?, buyerId: String? = null)

Lets developers create and configure digital wallet details for automated testing.

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

Return

A new DigitalWalletDetails builder instance.

Constructors

Link copied to clipboard
constructor(walletBrand: WalletBrand?, buyerId: String? = null)

Functions

Link copied to clipboard