Builder

class Builder(brand: Card.Brand, lastFourDigits: String)

Lets developers create and configure card data for automated testing. There is no need to reference this builder class outside of tests.

Return

A new Card builder instance.

Constructors

Link copied to clipboard
constructor(brand: Card.Brand, lastFourDigits: String)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun build(): Card
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun last4Digits(last4Digits: String): Card.Builder