Method | Description | |
---|---|---|
WithAmount ( int amount ) : Creator | ||
WithClient ( |
||
WithClient ( String clientId ) : Creator | ||
WithCurrency ( String currency ) : Creator | ||
WithInterval ( |
||
WithInterval ( String interval ) : Creator | ||
WithName ( String name ) : Creator | ||
WithOffer ( |
||
WithOffer ( String offerId ) : Creator | ||
WithPeriodOfValidity ( |
||
WithPeriodOfValidity ( String period ) : Creator | ||
WithStartDate ( System.DateTime startAt ) : Creator |
Method | Description | |
---|---|---|
Creator ( |
||
Creator ( |
public WithClient ( |
||
client | ||
return | Creator |
public WithClient ( String clientId ) : Creator | ||
clientId | String | |
return | Creator |
public WithCurrency ( String currency ) : Creator | ||
currency | String | |
return | Creator |
public WithInterval ( |
||
interval | ||
return | Creator |
public WithInterval ( String interval ) : Creator | ||
interval | String | |
return | Creator |
public WithOffer ( String offerId ) : Creator | ||
offerId | String | |
return | Creator |
public WithPeriodOfValidity ( |
||
period | ||
return | Creator |
public WithPeriodOfValidity ( String period ) : Creator | ||
period | String | |
return | Creator |
public WithStartDate ( System.DateTime startAt ) : Creator | ||
startAt | System.DateTime | |
return | Creator |