Package software.xdev.brevo.model
Class GetPaymentRequest
java.lang.Object
software.xdev.brevo.model.GetPaymentRequest
GetPaymentRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of the payment request. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_configuration(ModelConfiguration _configuration) booleangetCart()Get cartGet _configurationBrevo ID of the contact requested to pay.Get notificationnumber of reminders sent.Reference of the payment request, it will appear on the payment page.Status of the payment request.inthashCode()notification(Notification notification) numberOfRemindersSent(Long numberOfRemindersSent) voidvoidsetConfiguration(ModelConfiguration _configuration) voidsetContactId(Long contactId) voidsetNotification(Notification notification) voidsetNumberOfRemindersSent(Long numberOfRemindersSent) voidsetReference(String reference) voidstatus(GetPaymentRequest.StatusEnum status) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_REFERENCE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_CONFIGURATION
- See Also:
-
JSON_PROPERTY_CONTACT_ID
- See Also:
-
JSON_PROPERTY_NUMBER_OF_REMINDERS_SENT
- See Also:
-
JSON_PROPERTY_CART
- See Also:
-
JSON_PROPERTY_NOTIFICATION
- See Also:
-
-
Constructor Details
-
GetPaymentRequest
public GetPaymentRequest()
-
-
Method Details
-
reference
-
getReference
Reference of the payment request, it will appear on the payment page.- Returns:
- reference
-
setReference
-
status
-
getStatus
Status of the payment request.- Returns:
- status
-
setStatus
-
_configuration
-
getConfiguration
Get _configuration- Returns:
- _configuration
-
setConfiguration
-
contactId
-
getContactId
Brevo ID of the contact requested to pay.- Returns:
- contactId
-
setContactId
-
numberOfRemindersSent
-
getNumberOfRemindersSent
number of reminders sent.- Returns:
- numberOfRemindersSent
-
setNumberOfRemindersSent
-
cart
-
getCart
Get cart- Returns:
- cart
-
setCart
-
notification
-
getNotification
Get notification- Returns:
- notification
-
setNotification
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-