UNPKG

@paciolan/cybersource-sdk

Version:
31 lines (30 loc) 1.42 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. */ /** * * @export * @interface PtsV2PaymentsOrderPost201ResponseProcessorInformationSellerProtection */ export interface PtsV2PaymentsOrderPost201ResponseProcessorInformationSellerProtection { /** * The level of seller protection in force for the transaction. Possible values: - `ELIGIBLE` - `PARTIALLY_ELIGIBLE` - `INELIGIBLE` * @type {string} * @memberof PtsV2PaymentsOrderPost201ResponseProcessorInformationSellerProtection */ eligibilty?: string; /** * The kind of seller protection in force for the transaction. This field is returned only when the protection eligibility is set to ELIGIBLE or PARTIALLY_ELIGIBLE. Possible values: - `ITEM_NOT_RECEIVED_ELIGIBLE: Sellers are protected against claims for items not received.` - `UNAUTHORIZED_PAYMENT_ELIGIBLE: Sellers are protected against claims for unauthorized payments.One or both values can be returned.` * @type {string} * @memberof PtsV2PaymentsOrderPost201ResponseProcessorInformationSellerProtection */ type?: string; }