com.softlayer.api.service.billing.payment.Transaction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
The newest version!
package com.softlayer.api.service.billing.payment;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.Entity;
/**
* Implementation for payment transactions.
*
* @see SoftLayer_Billing_Payment_Transaction
*/
@ApiType("SoftLayer_Billing_Payment_Transaction")
public class Transaction extends Entity {
public static class Mask extends com.softlayer.api.service.Entity.Mask {
}
}