All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.authorize.sim.LinkMethod Maven / Gradle / Ivy

Go to download

Authorize.Net SDK includes standard payments, recurring billing, and customer profiles.

There is a newer version: 3.0.0
Show newest version
package net.authorize.sim;

/**
 * The type of link back to the merchant's website.
 *
 * LINK creates a regular hyperlink.
 * GET creates a button and returns transaction information in the receipt link URL.
 * POST creates a button and returns transaction information as an HTML Form POST.
 *
 * @deprecated since version 1.9.8
 * @deprecated We have reorganized and simplified the Authorize.Net API to ease integration and to focus on merchants' needs.
 * @deprecated We have deprecated AIM, ARB, CIM, and Reporting as separate options, in favor of AuthorizeNet::API (package: net.authorize.api.*).
 * @deprecated We have also deprecated SIM as a separate option, in favor of Accept Hosted. See https://developer.authorize.net/api/reference/features/accept_hosted.html for details on Accept Hosted.
 * @deprecated For details on AIM, see https://github.com/AuthorizeNet/sample-code-java/tree/master/src/main/java/net/authorize/sample/PaymentTransactions.
 * @deprecated For details on the deprecation and replacement of legacy Authorize.Net methods, visit https://developer.authorize.net/api/upgrade_guide/.
 *
 */
@Deprecated
public enum LinkMethod {
	LINK,
	POST,
	GET
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy