The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

eBay::API::XML::DataType::MaximumBuyerPolicyViolationsType

DESCRIPTION

Container for Maximum Buyer Policy Violation Reports buyer requirements in listing calls.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::MaximumBuyerPolicyViolationsType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setCount()

Maximum allowed buyer policy violation reports against the buyer. If the limit is reached, the buyer can not bid on this item. Used with Period.

Max: Default: 4 Min: Calls: AddItem GetItemRecommendations RelistItem ReviseItem VerifyAddItem RequiredInput: No OnlyTheseValues: 4, 5, 6, 7

# Argument: 'xs:int'

getCount()

  Calls: GetBidderList
         GetSellerList
  Returned: Conditionally
  OnlyTheseValues: 4, 5, 6, 7

  Calls: GetItem
  Returned: Conditionally
  Details: DetailLevel: none, ItemReturnDescription, ItemReturnAttributes, ReturnAll
  OnlyTheseValues: 4, 5, 6, 7

# Returns: 'xs:int'

setPeriod()

If a buyer fails to follow eBay policy guidelines for an auction, they may incur a buyer violation report on their account. The Period and Count elements allow a seller to specify that only buyers with a specified number of buyer violation reports within a given period of time can bid on their item. If a buyer has more buyer violation reports than specified within these limits, the buyer can not bid on this item. The Period is the past number of days (last 60 days, last 180 days, etc.) within which the buyer violation reports are calculated. Used with Count.

Max: Default: Days_30 Min: Calls: AddItem GetItemRecommendations RelistItem ReviseItem VerifyAddItem RequiredInput: No OnlyTheseValues: Days_30, Days_180, Days_360

# Argument: 'ns:PeriodCodeType'

getPeriod()

  Calls: GetBidderList
         GetSellerList
  Returned: Conditionally
  OnlyTheseValues: Days_30, Days_180, Days_360

  Calls: GetItem
  Returned: Conditionally
  Details: DetailLevel: none, ItemReturnDescription, ItemReturnAttributes, ReturnAll
  OnlyTheseValues: Days_30, Days_180, Days_360

# Returns: 'ns:PeriodCodeType'