Uses of Enum Class
io.trippay.sdk.payment.model.CreatePaymentIntentRequest.AffiliateAccountIdentifierTypeEnum
Packages that use CreatePaymentIntentRequest.AffiliateAccountIdentifierTypeEnum
-
Uses of CreatePaymentIntentRequest.AffiliateAccountIdentifierTypeEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return CreatePaymentIntentRequest.AffiliateAccountIdentifierTypeEnumModifier and TypeMethodDescriptionCreatePaymentIntentRequest.getAffiliateAccountIdentifierType()Type of identifier this isReturns the enum constant of this class with the specified name.CreatePaymentIntentRequest.AffiliateAccountIdentifierTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trippay.sdk.payment.model with parameters of type CreatePaymentIntentRequest.AffiliateAccountIdentifierTypeEnumModifier and TypeMethodDescriptionCreatePaymentIntentRequest.affiliateAccountIdentifierType(CreatePaymentIntentRequest.AffiliateAccountIdentifierTypeEnum affiliateAccountIdentifierType) voidCreatePaymentIntentRequest.setAffiliateAccountIdentifierType(CreatePaymentIntentRequest.AffiliateAccountIdentifierTypeEnum affiliateAccountIdentifierType)