Package io.moov.sdk.models.components
Class LinkApplePaymentMethod.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.LinkApplePaymentMethod.Builder
-
- Enclosing class:
- LinkApplePaymentMethod
public static final class LinkApplePaymentMethod.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkApplePaymentMethodbuild()LinkApplePaymentMethod.BuilderdisplayName(java.lang.String displayName)A display-friendly discription of the card.LinkApplePaymentMethod.Buildernetwork(java.lang.String network)The card's payment network.LinkApplePaymentMethod.Buildertype(java.lang.String type)The type of card.
-
-
-
Method Detail
-
displayName
public LinkApplePaymentMethod.Builder displayName(java.lang.String displayName)
A display-friendly discription of the card.
-
network
public LinkApplePaymentMethod.Builder network(java.lang.String network)
The card's payment network.
-
type
public LinkApplePaymentMethod.Builder type(java.lang.String type)
The type of card.
-
build
public LinkApplePaymentMethod build()
-
-