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
-
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 expirevoid
Amount of Facebook Ads Couponvoid
setCoupon
(FundingSourceDetailsCoupon coupon) Details of the Facebook Ads Coupon from the payment methodvoid
setCurrency
(String currency) Currency of the Facebook Ads Couponvoid
setDisplayAmount
(String displayAmount) How the amount of Facebook Ads Coupon is displayedvoid
setDisplayString
(String displayString) How the payment method is shownvoid
setExpiration
(String expiration) When the coupon will expireMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods 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
-