com.chargebee.models
Class Invoice.Discount

java.lang.Object
  extended by com.chargebee.internal.Resource<Invoice.Discount>
      extended by com.chargebee.models.Invoice.Discount
Enclosing class:
Invoice

public static class Invoice.Discount
extends Resource<Invoice.Discount>


Nested Class Summary
static class Invoice.Discount.Type
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Invoice.Discount(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer amount()
           
 String description()
           
 String entityId()
           
 Invoice.Discount.Type type()
           
 
Methods inherited from class com.chargebee.internal.Resource
nullCheck, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Invoice.Discount

public Invoice.Discount(org.json.JSONObject jsonObj)
Method Detail

amount

public Integer amount()

description

public String description()

type

public Invoice.Discount.Type type()

entityId

public String entityId()


Copyright © 2015 ChargeBee. All Rights Reserved.