UNPKG

@paciolan/cybersource-sdk

Version:
37 lines (36 loc) 1.15 kB
/** * CyberSource Merged Spec * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html * * OpenAPI spec version: 0.0.1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * * @export * @interface SAConfigCheckout */ export interface SAConfigCheckout { /** * Toggles whether or not the tax amount is displayed on the Hosted Checkout. * @type {boolean} * @memberof SAConfigCheckout */ displayTaxAmount?: boolean; /** * Specifies whether the Hosted Checkout is displayed as a single page form or multi page checkout. Valid values: `multi` `single` * @type {string} * @memberof SAConfigCheckout */ templateType?: string; /** * URL of the website linked to from the Secure Acceptance receipt page. Only used if the profile does not have custom receipt pages configured. * @type {string} * @memberof SAConfigCheckout */ returnToMerchantSiteUrl?: string; }