Class Payment
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.ticket.Attachment
com.softlayer.api.service.ticket.attachment.manual.Payment
@ApiType("SoftLayer_Ticket_Attachment_Manual_Payment") public class Payment extends Attachment
This datatype contains tickets referenced from manual payments
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPayment.Mask -
Field Summary
Fields Modifier and Type Field Description protected ManualPaymentresourceThe manual payment that is attached to a ticket.Fields inherited from class com.softlayer.api.service.ticket.Attachment
attachmentId, attachmentIdSpecified, createDate, createDateSpecified, id, idSpecified, ticket, ticketId, ticketIdSpecified -
Constructor Summary
Constructors Constructor Description Payment() -
Method Summary
Modifier and Type Method Description ManualPaymentgetResource()voidsetResource(ManualPayment resource)Methods inherited from class com.softlayer.api.service.ticket.Attachment
getAttachmentId, getCreateDate, getId, getTicket, getTicketId, isAttachmentIdSpecified, isCreateDateSpecified, isIdSpecified, isTicketIdSpecified, setAttachmentId, setCreateDate, setId, setTicket, setTicketId, unsetAttachmentId, unsetCreateDate, unsetId, unsetTicketId