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
Represents the Ad transaction
type
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionID of the source Ad AccountMonetary amount given to the app for this transactionEnd time of the transaction's billing periodStart time of the transaction's billing periodType of charge involved in the transactionID for the Brazilian invoice (if transaction was made in Brazil) else 0Method used to pay for the transactionThe type of ads included in this transactionMonetary amount charged to the user for this transactionCurrent status of the transactiongetTime()Time at which the transaction was createdvoidsetAccountId(String accountId) ID of the source Ad AccountvoidsetAppAmount(Integer appAmount) Monetary amount given to the app for this transactionvoidsetBillingEndTime(Integer billingEndTime) End time of the transaction's billing periodvoidsetBillingStartTime(Integer billingStartTime) Start time of the transaction's billing periodvoidsetChargeType(String chargeType) Type of charge involved in the transactionvoidsetFaturaId(Integer faturaId) ID for the Brazilian invoice (if transaction was made in Brazil) else 0voidsetPaymentOption(String paymentOption) Method used to pay for the transactionvoidsetProductType(String productType) The type of ads included in this transactionvoidsetProviderAmount(Integer providerAmount) Monetary amount charged to the user for this transactionvoidCurrent status of the transactionvoidTime at which the transaction was createdMethods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setIdMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdTransaction
public AdTransaction()
-
-
Method Details
-
getTime
Time at which the transaction was created -
setTime
Time at which the transaction was created -
getAccountId
ID of the source Ad Account -
setAccountId
ID of the source Ad Account -
getFaturaId
ID for the Brazilian invoice (if transaction was made in Brazil) else 0 -
setFaturaId
ID for the Brazilian invoice (if transaction was made in Brazil) else 0 -
getChargeType
Type of charge involved in the transaction -
setChargeType
Type of charge involved in the transaction -
getStatus
Current status of the transaction -
setStatus
Current status of the transaction -
getBillingStartTime
Start time of the transaction's billing period -
setBillingStartTime
Start time of the transaction's billing period -
getBillingEndTime
End time of the transaction's billing period -
setBillingEndTime
End time of the transaction's billing period -
getPaymentOption
Method used to pay for the transaction -
setPaymentOption
Method used to pay for the transaction -
getAppAmount
Monetary amount given to the app for this transaction -
setAppAmount
Monetary amount given to the app for this transaction -
getProductType
The type of ads included in this transaction -
setProductType
The type of ads included in this transaction -
getProviderAmount
Monetary amount charged to the user for this transaction -
setProviderAmount
Monetary amount charged to the user for this transaction
-