Uses of Class
com.rometools.modules.base.types.PaymentTypeEnumeration
-
Packages that use PaymentTypeEnumeration Package Description com.rometools.modules.base This is the base package for the Google Base ROME module.com.rometools.modules.base.types This package contains complex and utility datatypes for use with Google Base. -
-
Uses of PaymentTypeEnumeration in com.rometools.modules.base
Methods in com.rometools.modules.base that return PaymentTypeEnumeration Modifier and Type Method Description PaymentTypeEnumeration[]Event. getPaymentAccepted()Payment Methods acceptable for the event.PaymentTypeEnumeration[]GoogleBaseImpl. getPaymentAccepted()PaymentTypeEnumeration[]Housing. getPaymentAccepted()Payment Methods acceptable for the property.PaymentTypeEnumeration[]Product. getPaymentAccepted()Acceptable payment methods for item purchases.PaymentTypeEnumeration[]Service. getPaymentAccepted()Payment Methods acceptable for the service.PaymentTypeEnumeration[]Travel. getPaymentAccepted()Acceptable payment methods for item purchases.PaymentTypeEnumeration[]Vehicle. getPaymentAccepted()Payment Methods acceptable for the service.Methods in com.rometools.modules.base with parameters of type PaymentTypeEnumeration Modifier and Type Method Description voidEvent. setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)Payment Methods acceptable for the event.voidGoogleBaseImpl. setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)voidHousing. setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)Payment Methods acceptable for the property.voidProduct. setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)Acceptable payment methods for item purchases.voidService. setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)Payment Methods acceptable for the service.voidTravel. setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)Acceptable payment methods for item purchases.voidVehicle. setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)Payment Methods acceptable for the service. -
Uses of PaymentTypeEnumeration in com.rometools.modules.base.types
Fields in com.rometools.modules.base.types declared as PaymentTypeEnumeration Modifier and Type Field Description static PaymentTypeEnumerationPaymentTypeEnumeration. AMERICAN_EXPRESSstatic PaymentTypeEnumerationPaymentTypeEnumeration. CASHstatic PaymentTypeEnumerationPaymentTypeEnumeration. CHECKstatic PaymentTypeEnumerationPaymentTypeEnumeration. DISCOVERstatic PaymentTypeEnumerationPaymentTypeEnumeration. MASTERCARDstatic PaymentTypeEnumerationPaymentTypeEnumeration. PAYPALstatic PaymentTypeEnumerationPaymentTypeEnumeration. TRAVELERS_CHECKstatic PaymentTypeEnumerationPaymentTypeEnumeration. VISAstatic PaymentTypeEnumerationPaymentTypeEnumeration. WIRE_TRANSFERMethods in com.rometools.modules.base.types that return PaymentTypeEnumeration Modifier and Type Method Description static PaymentTypeEnumerationPaymentTypeEnumeration. findByValue(String value)
-