PaymentMethod
The supported payment methods
enum PaymentMethod {
INVOICE
PREPAYMENT
CREDIT_CARD
}
Values
PaymentMethod.INVOICE
The user pays after ordering the product
PaymentMethod.PREPAYMENT
The user pays before the product is shipped
PaymentMethod.CREDIT_CARD
The amount is charged to the users credit card
Member Of
PaymentFilter
input ● PaymentInformation
object ● PaymentInformationFilter
input