Package io.moov.sdk.models.components
Class LinkedApplePayPaymentMethod
- java.lang.Object
-
- io.moov.sdk.models.components.LinkedApplePayPaymentMethod
-
public class LinkedApplePayPaymentMethod extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLinkedApplePayPaymentMethod.Builder
-
Constructor Summary
Constructors Constructor Description LinkedApplePayPaymentMethod(java.lang.String paymentMethodID, PaymentMethodType paymentMethodType, ApplePayResponse applePay)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplePayResponseapplePay()Describes an Apple Pay token on a Moov account.static LinkedApplePayPaymentMethod.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringpaymentMethodID()The new payment method's ID.PaymentMethodTypepaymentMethodType()The payment method type that represents a payment rail and directionalityjava.lang.StringtoString()LinkedApplePayPaymentMethodwithApplePay(ApplePayResponse applePay)Describes an Apple Pay token on a Moov account.LinkedApplePayPaymentMethodwithPaymentMethodID(java.lang.String paymentMethodID)The new payment method's ID.LinkedApplePayPaymentMethodwithPaymentMethodType(PaymentMethodType paymentMethodType)The payment method type that represents a payment rail and directionality
-
-
-
Constructor Detail
-
LinkedApplePayPaymentMethod
public LinkedApplePayPaymentMethod(java.lang.String paymentMethodID, PaymentMethodType paymentMethodType, ApplePayResponse applePay)
-
-
Method Detail
-
paymentMethodID
public java.lang.String paymentMethodID()
The new payment method's ID.
-
paymentMethodType
public PaymentMethodType paymentMethodType()
The payment method type that represents a payment rail and directionality
-
applePay
public ApplePayResponse applePay()
Describes an Apple Pay token on a Moov account.
-
builder
public static LinkedApplePayPaymentMethod.Builder builder()
-
withPaymentMethodID
public LinkedApplePayPaymentMethod withPaymentMethodID(java.lang.String paymentMethodID)
The new payment method's ID.
-
withPaymentMethodType
public LinkedApplePayPaymentMethod withPaymentMethodType(PaymentMethodType paymentMethodType)
The payment method type that represents a payment rail and directionality
-
withApplePay
public LinkedApplePayPaymentMethod withApplePay(ApplePayResponse applePay)
Describes an Apple Pay token on a Moov account.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-