class Stripe: Any

FakeDataProvider implementation for YamlCategory.STRIPE category.

Fields

Name Description
val yamlCategory: override
val localUniqueDataProvider: override
val unique: override

Methods

validCards

fun validCards(type: String): resolve("valid_cards", type)

Parameters

Name Description
type: String

ReturnValue

Name Description
resolve("valid_cards", type)

validTokens

fun validTokens(type: String): resolve("valid_tokens", type)

Parameters

Name Description
type: String

ReturnValue

Name Description
resolve("valid_tokens", type)

invalidCards

fun invalidCards(type: String): resolve("invalid_cards", type)

Parameters

Name Description
type: String

ReturnValue

Name Description
resolve("invalid_cards", type)