/**
 * 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 Ptsv1pushfundstransferProcessingInformationPayoutsOptions
 */
export interface Ptsv1pushfundstransferProcessingInformationPayoutsOptions {
    /**
     * Visa-generated transaction identifier (TID) that is unique for each original authorization and financial request.  Applicable only for Visa Platform Connect
     * @type {string}
     * @memberof Ptsv1pushfundstransferProcessingInformationPayoutsOptions
     */
    accountFundingReferenceId?: string;
    /**
     * This field contains a number that is used with other data elements as a key to identify and track all messages related to a given cardholder transaction; that is, to a given transaction set.  Format: Positions 1-4: The yddd equivalent of the date, where y = 0-9 and ddd = 001 – 366. Positions 5-12: A unique identification number generated by the merchant  Applicable only for Visa Platform Connect
     * @type {string}
     * @memberof Ptsv1pushfundstransferProcessingInformationPayoutsOptions
     */
    retrievalReferenceNumber?: string;
}
