UNPKG

@paciolan/cybersource-sdk

Version:
37 lines (36 loc) 1.25 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 Ptsv2paymentreferencesProcessingInformation */ export interface Ptsv2paymentreferencesProcessingInformation { /** * Will have 2 values, 'U' (Update) , 'N' (New). Any other values will be rejected. Default will be 'N' * @type {string} * @memberof Ptsv2paymentreferencesProcessingInformation */ sessionType?: string; /** * Whether merchant wants to pass the flow Inline or want to invoke Klarna Hosted Page * @type {string} * @memberof Ptsv2paymentreferencesProcessingInformation */ paymentFlowMode?: string; /** * Possible values are one or more of follows: - `AP_SESSIONS`: Use this when Alternative Payment Sessions service is requested. * @type {Array<string>} * @memberof Ptsv2paymentreferencesProcessingInformation */ actionList?: Array<string>; }