UNPKG

@paciolan/cybersource-sdk

Version:
37 lines (36 loc) 1.97 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 PtsV2PaymentsPost201ResponseProcessorInformationSellerProtection */ export interface PtsV2PaymentsPost201ResponseProcessorInformationSellerProtection { /** * The kind of seller protection in force for the transaction. This field is returned only when the protection eligibility value 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 PtsV2PaymentsPost201ResponseProcessorInformationSellerProtection */ type?: string; /** * The level of seller protection in force for the transaction. Possible values: - `ELIGIBLE` - `PARTIALLY_ELIGIBLE` - `INELIGIBLE` * @type {string} * @memberof PtsV2PaymentsPost201ResponseProcessorInformationSellerProtection */ eligibility?: string; /** * The kind of seller protection in force for the transaction. This field is returned only when the protection_eligibility property 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 PtsV2PaymentsPost201ResponseProcessorInformationSellerProtection */ eligibilityType?: string; }