Package com.restfb.types.ads
Class FundingSourceDetails
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.ads.FundingSourceDetails
- All Implemented Interfaces:
Serializable
Represents the Funding Source
Details type.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAmount of Facebook Ads CouponDetails of the Facebook Ads Coupon from the payment methodCurrency of the Facebook Ads CouponHow the amount of Facebook Ads Coupon is displayedHow the payment method is shownWhen the coupon will expirevoidAmount of Facebook Ads CouponvoidsetCoupon(FundingSourceDetailsCoupon coupon) Details of the Facebook Ads Coupon from the payment methodvoidsetCurrency(String currency) Currency of the Facebook Ads CouponvoidsetDisplayAmount(String displayAmount) How the amount of Facebook Ads Coupon is displayedvoidsetDisplayString(String displayString) How the payment method is shownvoidsetExpiration(String expiration) When the coupon will expireMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setTypeMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
FundingSourceDetails
public FundingSourceDetails()
-
-
Method Details
-
getCoupon
Details of the Facebook Ads Coupon from the payment method -
setCoupon
Details of the Facebook Ads Coupon from the payment method -
getAmount
Amount of Facebook Ads Coupon -
setAmount
Amount of Facebook Ads Coupon -
getCurrency
Currency of the Facebook Ads Coupon -
setCurrency
Currency of the Facebook Ads Coupon -
getDisplayAmount
How the amount of Facebook Ads Coupon is displayed -
setDisplayAmount
How the amount of Facebook Ads Coupon is displayed -
getExpiration
When the coupon will expire -
setExpiration
When the coupon will expire -
getDisplayString
How the payment method is shown -
setDisplayString
How the payment method is shown
-