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.
|
Modifier and Type | Method and Description |
---|---|
PaymentTypeEnumeration[] |
Service.getPaymentAccepted()
Payment Methods acceptable for the service.
|
PaymentTypeEnumeration[] |
Vehicle.getPaymentAccepted()
Payment Methods acceptable for the service.
|
PaymentTypeEnumeration[] |
GoogleBaseImpl.getPaymentAccepted() |
PaymentTypeEnumeration[] |
Travel.getPaymentAccepted()
Acceptable payment methods for item purchases.
|
PaymentTypeEnumeration[] |
Housing.getPaymentAccepted()
Payment Methods acceptable for the property.
|
PaymentTypeEnumeration[] |
Product.getPaymentAccepted()
Acceptable payment methods for item purchases.
|
PaymentTypeEnumeration[] |
Event.getPaymentAccepted()
Payment Methods acceptable for the event.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Payment Methods acceptable for the service.
|
void |
Vehicle.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Payment Methods acceptable for the service.
|
void |
GoogleBaseImpl.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted) |
void |
Travel.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Acceptable payment methods for item purchases.
|
void |
Housing.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Payment Methods acceptable for the property.
|
void |
Product.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Acceptable payment methods for item purchases.
|
void |
Event.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Payment Methods acceptable for the event.
|
Modifier and Type | Field and Description |
---|---|
static PaymentTypeEnumeration |
PaymentTypeEnumeration.AMERICAN_EXPRESS |
static PaymentTypeEnumeration |
PaymentTypeEnumeration.CASH |
static PaymentTypeEnumeration |
PaymentTypeEnumeration.CHECK |
static PaymentTypeEnumeration |
PaymentTypeEnumeration.DISCOVER |
static PaymentTypeEnumeration |
PaymentTypeEnumeration.MASTERCARD |
static PaymentTypeEnumeration |
PaymentTypeEnumeration.PAYPAL |
static PaymentTypeEnumeration |
PaymentTypeEnumeration.TRAVELERS_CHECK |
static PaymentTypeEnumeration |
PaymentTypeEnumeration.VISA |
static PaymentTypeEnumeration |
PaymentTypeEnumeration.WIRE_TRANSFER |
Modifier and Type | Method and Description |
---|---|
static PaymentTypeEnumeration |
PaymentTypeEnumeration.findByValue(String value) |
Copyright © 2019. All rights reserved.