@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
33 lines (32 loc) • 1.39 kB
TypeScript
/**
* 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.
*/
import { PtsV2ModifyBillingAgreementPost201ResponseOrderInformationBillTo } from './pts-v2-modify-billing-agreement-post201-response-order-information-bill-to';
import { PtsV2ModifyBillingAgreementPost201ResponseOrderInformationShipTo } from './pts-v2-modify-billing-agreement-post201-response-order-information-ship-to';
/**
*
* @export
* @interface PtsV2ModifyBillingAgreementPost201ResponseOrderInformation
*/
export interface PtsV2ModifyBillingAgreementPost201ResponseOrderInformation {
/**
*
* @type {PtsV2ModifyBillingAgreementPost201ResponseOrderInformationBillTo}
* @memberof PtsV2ModifyBillingAgreementPost201ResponseOrderInformation
*/
billTo?: PtsV2ModifyBillingAgreementPost201ResponseOrderInformationBillTo;
/**
*
* @type {PtsV2ModifyBillingAgreementPost201ResponseOrderInformationShipTo}
* @memberof PtsV2ModifyBillingAgreementPost201ResponseOrderInformation
*/
shipTo?: PtsV2ModifyBillingAgreementPost201ResponseOrderInformationShipTo;
}