C# Class Restbucks.Service.Domain.PaymentInformation

Show file Open project: SzymonPobiega/restbucks-wcf Class Usage Examples

Public Methods

Method Description
PaymentInformation ( decimal amount, string cardholderName, string cardNumber, int expiryMonth, int expiryYear )

Method Details

PaymentInformation() public method

public PaymentInformation ( decimal amount, string cardholderName, string cardNumber, int expiryMonth, int expiryYear )
amount decimal
cardholderName string
cardNumber string
expiryMonth int
expiryYear int