CardOption

public final class CardOption

Parameters

name

Brand name for the accepted credit or debit card. Use this value to determine which cards to display on your checkout page.

processingCountry

The country in which the payment will be processed.

Constructors

Link copied to clipboard
public CardOption CardOption(String name, String processingCountry)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String name
Link copied to clipboard
@Valid()
private final String processingCountry

Functions

Link copied to clipboard
public final static CardOption.Builder builder()
Link copied to clipboard
public final String getName()
Link copied to clipboard