Interface PaymentResponse.ModelStage
-
- All Known Implementing Classes:
PaymentResponse.Builder
- Enclosing class:
- PaymentResponse
public static interface PaymentResponse.ModelStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PaymentResponse.Builderfrom(PaymentResponse other)PaymentResponse._FinalStagemodel(Payment model)
-
-
-
Method Detail
-
model
PaymentResponse._FinalStage model(Payment model)
-
from
PaymentResponse.Builder from(PaymentResponse other)
-
-