-
public final class GAMerchantPaymentMethod
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpaymentMethodGroupprivate final StringpaymentMethodIdprivate final GAPaymentMethodDisplayInfopaymentMethodDisplayInfoprivate final GAPaymentMethodStatuspaymentMethodStatus
-
Constructor Summary
Constructors Constructor Description GAMerchantPaymentMethod(String paymentMethodGroup, String paymentMethodId, GAPaymentMethodDisplayInfo paymentMethodDisplayInfo, GAPaymentMethodStatus paymentMethodStatus)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final GAPaymentMethodDisplayInfocomponent3()final GAPaymentMethodStatuscomponent4()final GAMerchantPaymentMethodcopy(String paymentMethodGroup, String paymentMethodId, GAPaymentMethodDisplayInfo paymentMethodDisplayInfo, GAPaymentMethodStatus paymentMethodStatus)final StringgetPaymentMethodGroup()final StringgetPaymentMethodId()final GAPaymentMethodDisplayInfogetPaymentMethodDisplayInfo()final GAPaymentMethodStatusgetPaymentMethodStatus()-
-
Constructor Detail
-
GAMerchantPaymentMethod
GAMerchantPaymentMethod(String paymentMethodGroup, String paymentMethodId, GAPaymentMethodDisplayInfo paymentMethodDisplayInfo, GAPaymentMethodStatus paymentMethodStatus)
-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final GAPaymentMethodDisplayInfo component3()
-
component4
final GAPaymentMethodStatus component4()
-
copy
final GAMerchantPaymentMethod copy(String paymentMethodGroup, String paymentMethodId, GAPaymentMethodDisplayInfo paymentMethodDisplayInfo, GAPaymentMethodStatus paymentMethodStatus)
-
getPaymentMethodGroup
final String getPaymentMethodGroup()
-
getPaymentMethodId
final String getPaymentMethodId()
-
getPaymentMethodDisplayInfo
final GAPaymentMethodDisplayInfo getPaymentMethodDisplayInfo()
-
getPaymentMethodStatus
final GAPaymentMethodStatus getPaymentMethodStatus()
-
-
-
-