Class PreferenceSearch
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- com.mercadopago.resources.preference.PreferenceSearch
-
public class PreferenceSearch extends MPResource
Preference resource.
-
-
Constructor Summary
Constructors Constructor Description PreferenceSearch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
Client ID.Long
getCollectorId()
Collector ID.OffsetDateTime
getDateCreated()
Created date of cash payment.OffsetDateTime
getExpirationDateFrom()
Date when the preference will be active.OffsetDateTime
getExpirationDateTo()
Date when the preference will be expired.Boolean
getExpires()
True if a preference expires, false if not.String
getExternalReference()
Reference you can synchronize with your payment system.String
getId()
Preference ID.List<String>
getItems()
List of items to be paid.OffsetDateTime
getLastUpdated()
Last updated.Boolean
getLiveMode()
Live mode.String
getMarketplace()
Origin of the payment.String
getOperationType()
Operation type.String
getPayerEmail()
Payer email.String
getPayerId()
Payer id.String
getPlatformId()
Platform id.List<String>
getProcessingModes()
Configures which processing modes to use.String
getProductId()
Product id.String
getPurpose()
Purpose.String
getShippingMode()
Shipping mode.String
getSiteId()
Site id.Long
getSponsorId()
Sponsor id.-
Methods inherited from class com.mercadopago.net.MPResource
canEqual, equals, getResponse, hashCode, setResponse, toString
-
-
-
-
Method Detail
-
getId
public String getId()
Preference ID.
-
getClientId
public String getClientId()
Client ID.
-
getCollectorId
public Long getCollectorId()
Collector ID.
-
getDateCreated
public OffsetDateTime getDateCreated()
Created date of cash payment.
-
getExpirationDateFrom
public OffsetDateTime getExpirationDateFrom()
Date when the preference will be active.
-
getExpirationDateTo
public OffsetDateTime getExpirationDateTo()
Date when the preference will be expired.
-
getExpires
public Boolean getExpires()
True if a preference expires, false if not.
-
getExternalReference
public String getExternalReference()
Reference you can synchronize with your payment system.
-
getLastUpdated
public OffsetDateTime getLastUpdated()
Last updated.
-
getLiveMode
public Boolean getLiveMode()
Live mode.
-
getMarketplace
public String getMarketplace()
Origin of the payment. Default value: NONE.
-
getOperationType
public String getOperationType()
Operation type.
-
getPayerEmail
public String getPayerEmail()
Payer email.
-
getPayerId
public String getPayerId()
Payer id.
-
getPlatformId
public String getPlatformId()
Platform id.
-
getProcessingModes
public List<String> getProcessingModes()
Configures which processing modes to use.
-
getProductId
public String getProductId()
Product id.
-
getPurpose
public String getPurpose()
Purpose.
-
getSiteId
public String getSiteId()
Site id.
-
getSponsorId
public Long getSponsorId()
Sponsor id.
-
getShippingMode
public String getShippingMode()
Shipping mode.
-
-