Package com.restfb.types.ads
Class AdTransaction
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.AdTransaction
-
- All Implemented Interfaces:
Serializable
public class AdTransaction extends BaseAdsObject
Represents the Ad transaction type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdTransaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccountId()
ID of the source Ad AccountInteger
getAppAmount()
Monetary amount given to the app for this transactionInteger
getBillingEndTime()
End time of the transaction's billing periodInteger
getBillingStartTime()
Start time of the transaction's billing periodString
getChargeType()
Type of charge involved in the transactionInteger
getFaturaId()
ID for the Brazilian invoice (if transaction was made in Brazil) else 0String
getPaymentOption()
Method used to pay for the transactionString
getProductType()
The type of ads included in this transactionInteger
getProviderAmount()
Monetary amount charged to the user for this transactionString
getStatus()
Current status of the transactionInteger
getTime()
Time at which the transaction was createdvoid
setAccountId(String accountId)
ID of the source Ad Accountvoid
setAppAmount(Integer appAmount)
Monetary amount given to the app for this transactionvoid
setBillingEndTime(Integer billingEndTime)
End time of the transaction's billing periodvoid
setBillingStartTime(Integer billingStartTime)
Start time of the transaction's billing periodvoid
setChargeType(String chargeType)
Type of charge involved in the transactionvoid
setFaturaId(Integer faturaId)
ID for the Brazilian invoice (if transaction was made in Brazil) else 0void
setPaymentOption(String paymentOption)
Method used to pay for the transactionvoid
setProductType(String productType)
The type of ads included in this transactionvoid
setProviderAmount(Integer providerAmount)
Monetary amount charged to the user for this transactionvoid
setStatus(String status)
Current status of the transactionvoid
setTime(Integer time)
Time at which the transaction was created-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdTransaction
public AdTransaction()
-
-
Method Detail
-
getAccountId
public String getAccountId()
ID of the source Ad Account
-
setAccountId
public void setAccountId(String accountId)
ID of the source Ad Account
-
getFaturaId
public Integer getFaturaId()
ID for the Brazilian invoice (if transaction was made in Brazil) else 0
-
setFaturaId
public void setFaturaId(Integer faturaId)
ID for the Brazilian invoice (if transaction was made in Brazil) else 0
-
getChargeType
public String getChargeType()
Type of charge involved in the transaction
-
setChargeType
public void setChargeType(String chargeType)
Type of charge involved in the transaction
-
getBillingStartTime
public Integer getBillingStartTime()
Start time of the transaction's billing period
-
setBillingStartTime
public void setBillingStartTime(Integer billingStartTime)
Start time of the transaction's billing period
-
getBillingEndTime
public Integer getBillingEndTime()
End time of the transaction's billing period
-
setBillingEndTime
public void setBillingEndTime(Integer billingEndTime)
End time of the transaction's billing period
-
getPaymentOption
public String getPaymentOption()
Method used to pay for the transaction
-
setPaymentOption
public void setPaymentOption(String paymentOption)
Method used to pay for the transaction
-
getAppAmount
public Integer getAppAmount()
Monetary amount given to the app for this transaction
-
setAppAmount
public void setAppAmount(Integer appAmount)
Monetary amount given to the app for this transaction
-
getProductType
public String getProductType()
The type of ads included in this transaction
-
setProductType
public void setProductType(String productType)
The type of ads included in this transaction
-
getProviderAmount
public Integer getProviderAmount()
Monetary amount charged to the user for this transaction
-
setProviderAmount
public void setProviderAmount(Integer providerAmount)
Monetary amount charged to the user for this transaction
-
-