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
public class FundingSourceDetails extends FacebookType
Represents the Funding Source Details type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description FundingSourceDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAmount()
Amount of Facebook Ads CouponFundingSourceDetailsCoupon
getCoupon()
Details of the Facebook Ads Coupon from the payment methodString
getCurrency()
Currency of the Facebook Ads CouponString
getDisplayAmount()
How the amount of Facebook Ads Coupon is displayedString
getDisplayString()
How the payment method is shownString
getExpiration()
When the coupon will expirevoid
setAmount(String amount)
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 expire-
Methods 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 Detail
-
FundingSourceDetails
public FundingSourceDetails()
-
-
Method Detail
-
getCoupon
public FundingSourceDetailsCoupon getCoupon()
Details of the Facebook Ads Coupon from the payment method
-
setCoupon
public void setCoupon(FundingSourceDetailsCoupon coupon)
Details of the Facebook Ads Coupon from the payment method
-
getCurrency
public String getCurrency()
Currency of the Facebook Ads Coupon
-
setCurrency
public void setCurrency(String currency)
Currency of the Facebook Ads Coupon
-
getDisplayAmount
public String getDisplayAmount()
How the amount of Facebook Ads Coupon is displayed
-
setDisplayAmount
public void setDisplayAmount(String displayAmount)
How the amount of Facebook Ads Coupon is displayed
-
getExpiration
public String getExpiration()
When the coupon will expire
-
setExpiration
public void setExpiration(String expiration)
When the coupon will expire
-
getDisplayString
public String getDisplayString()
How the payment method is shown
-
setDisplayString
public void setDisplayString(String displayString)
How the payment method is shown
-
-