interface DiscountInterface implements ResourceInterface

Methods

string
getId()

No description

deleteCustomerDiscount(CustomerInterface $customer, string $key = null)

No description

Details

in Identifiable at line 7
string getId()

Return Value

string

at line 7
DiscountInterface deleteCustomerDiscount(CustomerInterface $customer, string $key = null)

Parameters

CustomerInterface $customer
string $key

Return Value

DiscountInterface

at line 9
DiscountInterface deleteSubscriptionDiscount(SubscriptionInterface $subscription)

Parameters

SubscriptionInterface $subscription

Return Value

DiscountInterface