
org.schema.PaymentMethod Maven / Gradle / Ivy
package org.schema;
/**
* Schema.org/PaymentMethod
* A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.\n\nCommonly used values:\n\n* http://purl.org/goodrelations/v1#ByBankTransferInAdvance\n* http://purl.org/goodrelations/v1#ByInvoice\n* http://purl.org/goodrelations/v1#Cash\n* http://purl.org/goodrelations/v1#CheckInAdvance\n* http://purl.org/goodrelations/v1#COD\n* http://purl.org/goodrelations/v1#DirectDebit\n* http://purl.org/goodrelations/v1#GoogleCheckout\n* http://purl.org/goodrelations/v1#PayPal\n* http://purl.org/goodrelations/v1#PaySwarm
*
* @author schema.org
* @class PaymentMethod
* @module org.schema
* @extends Enumeration
*/
public class PaymentMethod extends Enumeration {
/**
* Constructor, automatically sets @context and @type.
*
* @constructor
*/
public PaymentMethod() {
context = "http://schema.org/";
type = "PaymentMethod";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy