@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
43 lines (42 loc) • 1.79 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 Ptsv2paymentsMerchantInformationServiceLocation
*/
export interface Ptsv2paymentsMerchantInformationServiceLocation {
/**
* #### Visa Platform Connect Merchant's service location city name. When merchant provides services from a location other than the location identified as merchant location.
* @type {string}
* @memberof Ptsv2paymentsMerchantInformationServiceLocation
*/
locality?: string;
/**
* #### Visa Platform Connect Merchant's service location country subdivision code. When merchant provides services from a location other than the location identified as merchant location.
* @type {string}
* @memberof Ptsv2paymentsMerchantInformationServiceLocation
*/
countrySubdivisionCode?: string;
/**
* #### Visa Platform Connect Merchant's service location country code. When merchant provides services from a location other than the location identified as merchant location.
* @type {string}
* @memberof Ptsv2paymentsMerchantInformationServiceLocation
*/
countryCode?: string;
/**
* #### Visa Platform Connect Merchant's service location postal code. When merchant provides services from a location other than the location identified as merchant location.
* @type {string}
* @memberof Ptsv2paymentsMerchantInformationServiceLocation
*/
postalCode?: string;
}