UNPKG

@paciolan/cybersource-sdk

Version:
31 lines (30 loc) 1.1 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. */ /** * The images to be used as background on Klarna's payment page (the image best matching the resolution will be used). This is a pass-through field. Check Klarna's documentation for more information about the correct format. This value can also be set in the merchant configuration. * @export * @interface Ptsv2paymentsHostedPaymentInformationUserAgent */ export interface Ptsv2paymentsHostedPaymentInformationUserAgent { /** * Url for the image * @type {string} * @memberof Ptsv2paymentsHostedPaymentInformationUserAgent */ url?: string; /** * Width of the image * @type {number} * @memberof Ptsv2paymentsHostedPaymentInformationUserAgent */ width?: number; }