@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
25 lines (24 loc) • 1.05 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.
*/
/**
*
* @export
* @interface Ptsv2paymentreferencesOrderInformationShippingDetails
*/
export interface Ptsv2paymentreferencesOrderInformationShippingDetails {
/**
* Shipping method for the product. Possible values: - `lowcost`: Lowest-cost service - `sameday`: Courier or same-day service - `oneday`: Next-day or overnight service - `twoday`: Two-day service - `threeday`: Three-day service - `pickup`: Store pick-up - `other`: Other shipping method - `none`: No shipping method because product is a service or subscription
* @type {string}
* @memberof Ptsv2paymentreferencesOrderInformationShippingDetails
*/
shippingMethod?: string;
}